openbmap / radiocells-nlp-android

radiocells.org Unified Network Location Provider
https://radiocells.org
Other
41 stars 13 forks source link

Fix NPE in MediaScanner #53

Closed mvglasow closed 3 years ago

mvglasow commented 3 years ago

Fixes an NPE if listFiles() returns a null array (which can happen if listFiles() is called on a folder that is not accessible)

wish7code commented 3 years ago

Thanks @mvglasow