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
Be more robust and don't fail the entire content search because one item fails. We should catch exceptions on an item level and ignore them.
Catch errors in the content search and show an error UI instead of hanging forever.
Handle more fields being null. It looks like all columns in the Android media database can be null, based on the create statement here and the fact that the album database is just a view into the files database, so we should be more resilient against nulls.
The text was updated successfully, but these errors were encountered:
Suggestion
To prevent issues like #122, we should:
files
database, so we should be more resilient against nulls.The text was updated successfully, but these errors were encountered: