Fixed accepting EULA in some cases

pull/214/head
M66B 6 months ago
parent 4feca5bc65
commit 3c000ffd1a

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

Loading…
Cancel
Save