|
|
@ -464,9 +464,8 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
|
|
|
|
if ("eula".equals(key)) {
|
|
|
|
if ("eula".equals(key)) {
|
|
|
|
boolean eula = prefs.getBoolean(key, false);
|
|
|
|
boolean eula = prefs.getBoolean(key, false);
|
|
|
|
if (eula) {
|
|
|
|
if (eula) {
|
|
|
|
// recreate is done without animation
|
|
|
|
// recreate is done without animation, unfortunately
|
|
|
|
finish();
|
|
|
|
recreate();
|
|
|
|
startActivity(getIntent());
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|