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