Merge branch 'play'

This commit is contained in:
M66B
2024-01-08 07:45:48 +01:00

View File

@@ -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();
}
}
}