mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Fixed showing last cleanup time
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user