Skip to content

Commit

Permalink
Merge pull request #984 from DustinKong/fix-search-filter
Browse files Browse the repository at this point in the history
Fix Bug-Search Filter does not apply #981
  • Loading branch information
federicoiosue authored Jun 5, 2024
2 parents b3c106c + 497c59b commit c5cc435
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@ private void addReminders() {
private void switchNotesView() {
boolean expandedView = Prefs.getBoolean(PREF_EXPANDED_VIEW, true);
Prefs.edit().putBoolean(PREF_EXPANDED_VIEW, !expandedView).apply();
searchQueryInstant = searchQuery;
// Change list view
initNotesList(mainActivity.getIntent());
// Called to switch menu voices
Expand Down

0 comments on commit c5cc435

Please sign in to comment.