Skip to content

Commit

Permalink
Fix Bug-Search Filter does not apply #981
Browse files Browse the repository at this point in the history
  • Loading branch information
kongqichao committed Jun 4, 2024
1 parent b3c106c commit 497c59b
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 497c59b

Please sign in to comment.