mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Debug enabled
This commit is contained in:
@@ -109,6 +109,6 @@ public class FragmentDialogDebug extends FragmentDialogBase {
|
||||
private void setEnabled(boolean value) {
|
||||
Button ok = ((AlertDialog) getDialog()).getButton(AlertDialog.BUTTON_POSITIVE);
|
||||
if (ok != null)
|
||||
ok.setEnabled(value);
|
||||
ok.setEnabled(value || BuildConfig.DEBUG);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user