Merge pull request #1431 from alexbakker/fix-group-chip

Initialize the group chip properly after unlocking Aegis
pull/1433/head
Michael Schättgen 7 months ago committed by GitHub
commit 676a7f603b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -857,6 +857,7 @@ public class MainActivity extends AegisActivity implements EntryListView.Listene
private void loadEntries() {
if (!_loaded) {
_entryListView.setGroups(_vaultManager.getVault().getUsedGroups());
_entryListView.setUsageCounts(_prefs.getUsageCounts());
_entryListView.setLastUsedTimestamps(_prefs.getLastUsedTimestamps());
_entryListView.addEntries(_vaultManager.getVault().getEntries());

Loading…
Cancel
Save