-
Notifications
You must be signed in to change notification settings - Fork 37
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
[CRASH on Android Q] When media files in Internal storage #3
Comments
@monsterbrain Can you add the crash stack trace? |
Sorry for the late reply ... java.lang.IllegalStateException: albumCursor.getString(al…dex(DISPLAY_NAME_COLUMN)) must not be null |
I am also facing the issue in Android Q. @monsterbrain @monsterbrain any solution for this issue? |
@deepaktundwal : One thing to solve it is to just do a null check for the album title reading DISPLAY_NAME_COLUMN query.. |
When there exists images in the root folder of the internal storage, the library crashes on start. (some kind of null exception). When the images are removed, it works fine. Occurred in pIxel 3 device.
The text was updated successfully, but these errors were encountered: