Prevent crash

This commit is contained in:
M66B
2020-05-04 16:04:24 +02:00
parent 044f118c41
commit 83069ee5e8

View File

@@ -3617,6 +3617,9 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
}
private void onMenuFolders(long account) {
if (isDetached())
return;
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
getParentFragmentManager().popBackStack("unified", 0);