mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Prevent export with empty password
This commit is contained in:
@@ -126,7 +126,8 @@ public class FragmentDialogExport extends FragmentDialogBase {
|
||||
@Override
|
||||
public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
|
||||
if (actionId == EditorInfo.IME_ACTION_DONE) {
|
||||
btnOk.performClick();
|
||||
if (btnOk.isEnabled())
|
||||
btnOk.performClick();
|
||||
return true;
|
||||
} else
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user