mirror of https://github.com/M66B/FairEmail.git
parent
25944d1cb6
commit
a43b6aaa56
|
@ -37,7 +37,6 @@ import android.os.Looper;
|
|||
import android.util.Printer;
|
||||
import android.webkit.CookieManager;
|
||||
|
||||
import androidx.fragment.app.FragmentManager;
|
||||
import androidx.preference.PreferenceManager;
|
||||
|
||||
import java.util.Date;
|
||||
|
@ -123,8 +122,6 @@ public class ApplicationEx extends Application {
|
|||
WorkerWatchdog.init(this);
|
||||
WorkerCleanup.queue(this);
|
||||
|
||||
FragmentManager.enableNewStateManager(false);
|
||||
|
||||
registerReceiver(onScreenOff, new IntentFilter(Intent.ACTION_SCREEN_OFF));
|
||||
|
||||
if (BuildConfig.DEBUG)
|
||||
|
|
Loading…
Reference in New Issue