mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Small change with no effects
This commit is contained in:
parent
3005ab7904
commit
3b57141915
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public class DrugListActivity extends AppCompatActivity {
|
|||
private final ActivityResultLauncher<String> requestPermissionLauncher =
|
||||
registerForActivityResult(new ActivityResultContracts.RequestPermission(), isGranted -> {
|
||||
if (!isGranted) {
|
||||
showAlertDialog();
|
||||
checkPermissionRequest();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue