mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-22 06:49:12 +00:00
Merge pull request #1430 from alexbakker/workaround-1342
Start auth/intro activities from onStart to work around an Android bug
This commit is contained in:
commit
fd2ae9423e
1 changed files with 2 additions and 2 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue