mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Prevent crash
This commit is contained in:
@@ -2838,6 +2838,9 @@ public class FragmentMessages extends FragmentBase {
|
||||
}
|
||||
|
||||
private void navigate(long id, final boolean left) {
|
||||
if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.RESUMED))
|
||||
return;
|
||||
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("id", id);
|
||||
new SimpleTask<EntityMessage>() {
|
||||
|
||||
Reference in New Issue
Block a user