Firelands128/photo_gallery

Bug when album names are null

Closed this issue · 1 comments

When you retrieve album list, it will be stuck if you have some media in the root folder of your internal memory (/sdcard).
This because of the name of that "album" is not recognized and the is set to null, causing an exception.

Please fix it, thanks.

Thank you for discovering this problem! But I change Album name property to nullable instead of giving an empty string to solve this problem. Because a nullable name have a more convenient way for users to realize more possibilities.