mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Fixed check first
This commit is contained in:
@@ -754,7 +754,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
if (savedInstanceState != null)
|
||||
drawerToggle.setDrawerIndicatorEnabled(savedInstanceState.getBoolean("fair:toggle"));
|
||||
|
||||
checkFirst();
|
||||
if (initialized)
|
||||
checkFirst();
|
||||
checkBanner();
|
||||
checkCrash();
|
||||
|
||||
@@ -808,6 +809,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
fragment.setArguments(args);
|
||||
setFragment(fragment);
|
||||
checkIntent();
|
||||
checkFirst();
|
||||
initialized = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user