mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Prevent crash
This commit is contained in:
@@ -1135,7 +1135,8 @@ public class FragmentMessages extends FragmentEx {
|
||||
}
|
||||
|
||||
private void onMenuFolders() {
|
||||
getFragmentManager().popBackStack("unified", 0);
|
||||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.RESUMED))
|
||||
getFragmentManager().popBackStack("unified", 0);
|
||||
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("account", primary);
|
||||
|
||||
Reference in New Issue
Block a user