Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Bug-Search Filter does not apply #981 #984

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

DustinKong
Copy link

Hello, I am honored to improve this popular and nice app. I fixed this bug #981. In ListFragment.java. The searchQueryInstant variable in searchQuery was not updated after changing the view size, resulting in the initNotesList function reloading search content with searchQueryInstant being empty. So I added searchQueryInstant=searchQuery to the switchNotesView function.

Please review the code I have modified and feel free to contact me if there are any issues.

@federicoiosue
Copy link
Owner

Great Dustin, thanks for contributing!!

@federicoiosue federicoiosue merged commit c5cc435 into federicoiosue:develop Jun 5, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants