mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-01 19:14:27 +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;
|
||||
getMenuInflater().inflate(R.menu.menu_main, menu);
|
||||
updateLockIcon();
|
||||
updateGroupFilterMenu();
|
||||
if (_loaded) {
|
||||
updateGroupFilterMenu();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue