Revert "Fixed rare crash"

This reverts commit 906381dde5.
pull/172/head
M66B 5 years ago
parent 906381dde5
commit c45757c73b

@ -2735,7 +2735,6 @@ 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…
Cancel
Save