Merge branch 'play'

This commit is contained in:
M66B 2024-01-08 07:45:48 +01:00
commit fb0dfeb3cc
1 changed files with 2 additions and 3 deletions

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