mirror of https://github.com/M66B/FairEmail.git
Fixed rare crash
This commit is contained in:
parent
a22fcc9064
commit
906381dde5
|
@ -2735,6 +2735,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
|
||||
private void check() {
|
||||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
if (!rvMessage.isComputingLayout())
|
||||
adapter.checkInternet();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue