mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Prevent crash
This commit is contained in:
@@ -383,6 +383,9 @@ public class FragmentAccounts extends FragmentBase {
|
||||
}
|
||||
|
||||
private void onMenuSearch() {
|
||||
if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
return;
|
||||
|
||||
Bundle args = new Bundle();
|
||||
|
||||
FragmentDialogSearch fragment = new FragmentDialogSearch();
|
||||
|
||||
Reference in New Issue
Block a user