mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Small improvements
This commit is contained in:
@@ -632,7 +632,6 @@ public class FragmentBase extends Fragment {
|
||||
@RequiresApi(api = Build.VERSION_CODES.Q)
|
||||
private void handle(RecoverableSecurityException ex) {
|
||||
new AlertDialog.Builder(getContext())
|
||||
.setIcon(R.drawable.twotone_help_24)
|
||||
.setMessage(ex.getMessage())
|
||||
.setPositiveButton(ex.getUserAction().getTitle(), new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user