mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-02 11:34:29 +00:00
Fix a crash that occurred when trying to load the group list too early
This commit is contained in:
parent
4967a572d4
commit
324df53df5
1 changed files with 3 additions and 1 deletions
|
@ -379,7 +379,9 @@ public class MainActivity extends AegisActivity implements EntryListView.Listene
|
||||||
_menu = menu;
|
_menu = menu;
|
||||||
getMenuInflater().inflate(R.menu.menu_main, menu);
|
getMenuInflater().inflate(R.menu.menu_main, menu);
|
||||||
updateLockIcon();
|
updateLockIcon();
|
||||||
updateGroupFilterMenu();
|
if (_loaded) {
|
||||||
|
updateGroupFilterMenu();
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue