Start auth/intro activities from onStart to work around an Android bug

This commit is contained in:
Alexander Bakker 2024-07-17 19:18:09 +02:00
parent 359621612a
commit 46e1421c28

View file

@ -657,8 +657,8 @@ public class MainActivity extends AegisActivity implements EntryListView.Listene
}
@Override
protected void onResume() {
super.onResume();
protected void onStart() {
super.onStart();
if (_vaultManager.isVaultInitNeeded()) {
if (_prefs.isIntroDone()) {