mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Fixed crash
This commit is contained in:
parent
e9c8f0c1b4
commit
34fb50a87d
1 changed files with 2 additions and 1 deletions
|
@ -2740,7 +2740,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||||
adapter.checkInternet();
|
if (!rvMessage.isComputingLayout())
|
||||||
|
adapter.checkInternet();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue