mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-23 15:29:15 +00:00
parent
7506c70236
commit
520c587d09
1 changed files with 3 additions and 0 deletions
|
@ -734,6 +734,9 @@ public class MainActivity extends AegisActivity implements EntryListView.Listene
|
|||
if (_actionMode != null) {
|
||||
_actionMode.finish();
|
||||
}
|
||||
if (!_searchView.isIconified()) {
|
||||
collapseSearchView();
|
||||
}
|
||||
|
||||
_entryListView.clearEntries();
|
||||
_loaded = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue