You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2024. It is now read-only.
Fix crash reported from searching
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.