mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
parent
906381dde5
commit
c45757c73b
1 changed files with 1 additions and 2 deletions
|
@ -2735,8 +2735,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
|
||||
private void check() {
|
||||
if (getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
if (!rvMessage.isComputingLayout())
|
||||
adapter.checkInternet();
|
||||
adapter.checkInternet();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue