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