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 crash reported from searching #1259

Merged
merged 1 commit into from
May 14, 2023
Merged

Fix crash reported from searching #1259

merged 1 commit into from
May 14, 2023

Conversation

chrisbanes
Copy link
Owner

Two issues:

  • Search query wasn't being passed to the DAO correctly
  • The catch() on the flow in SearchViewModel doesn't catch anything from the collect(). Moved to using onEach instead.

Two issues:
- Search query wasn't being passed to the DAO correctly
- The catch() on the flow in SearchViewModel doesn't catch anything
  from the collect(). Moved to using onEach instead.
@chrisbanes chrisbanes enabled auto-merge (rebase) May 14, 2023 09:19
@chrisbanes chrisbanes merged commit e56a144 into main May 14, 2023
@chrisbanes chrisbanes deleted the cb/search-crash-fix branch May 14, 2023 09:38
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.

1 participant