mirror of https://github.com/M66B/FairEmail.git
Merge branch 'play'
This commit is contained in:
commit
fb0dfeb3cc
|
@ -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…
Reference in New Issue