Rafael Caetano
Results
2
issues of
Rafael Caetano
When I lock the device while the permission dialog is showing and then press the power button, the permission dialog is being shown on the lock screen. Should that even...
`setupVertical()` and `setupHorizontal()` methods on `QuiltViewBase` class, call `setColumnCount(int)` and `setRowCount(int)` passing -1 as undefined value, this makes GridLayout throw an `IllegalArgumentException`. Instead, these methods should pass `UNDEFINED` constant as...