Fixed showing last cleanup time

pull/208/head
M66B 2 years ago
parent c19e752345
commit 06af2bab49

@ -1874,7 +1874,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
}
private void setLastCleanup(long time) {
if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
if (getContext() == null)
return;
java.text.DateFormat DTF = Helper.getDateTimeInstance(getContext());

Loading…
Cancel
Save