Prevent crash

This commit is contained in:
M66B
2022-05-11 09:17:18 +02:00
parent 27330ceddc
commit 1a32c1e1cd
3 changed files with 12 additions and 3 deletions

View File

@@ -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();