|
|
@ -754,6 +754,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|
|
|
if (savedInstanceState != null)
|
|
|
|
if (savedInstanceState != null)
|
|
|
|
drawerToggle.setDrawerIndicatorEnabled(savedInstanceState.getBoolean("fair:toggle"));
|
|
|
|
drawerToggle.setDrawerIndicatorEnabled(savedInstanceState.getBoolean("fair:toggle"));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (initialized)
|
|
|
|
checkFirst();
|
|
|
|
checkFirst();
|
|
|
|
checkBanner();
|
|
|
|
checkBanner();
|
|
|
|
checkCrash();
|
|
|
|
checkCrash();
|
|
|
@ -808,6 +809,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|
|
|
fragment.setArguments(args);
|
|
|
|
fragment.setArguments(args);
|
|
|
|
setFragment(fragment);
|
|
|
|
setFragment(fragment);
|
|
|
|
checkIntent();
|
|
|
|
checkIntent();
|
|
|
|
|
|
|
|
checkFirst();
|
|
|
|
initialized = true;
|
|
|
|
initialized = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|