mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-04 20:30:36 +00:00
Fix bug where searchview did not reset properly
This commit is contained in:
parent
f64a23d98f
commit
eb29be587f
1 changed files with 6 additions and 0 deletions
|
@ -516,6 +516,12 @@ public class MainActivity extends AegisActivity implements EntryListView.Listene
|
|||
return false;
|
||||
}
|
||||
});
|
||||
_searchView.setOnSearchClickListener(v -> {
|
||||
if (_searchSubmitted) {
|
||||
_searchSubmitted = false;
|
||||
_entryListView.setSearchFilter(null);
|
||||
}
|
||||
});
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue