SimpleMobileTools / Simple-Music-Player

A clean music player with a customizable widget, stylish interface and no ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
1.26k stars 410 forks source link

Avoid using Java 8 `ConcurrentHashmap.newKeySet()` #567

Closed naveensingh closed 11 months ago

naveensingh commented 11 months ago

As it can cause NoSuchMethodError crashes because of https://stackoverflow.com/questions/64506917/using-concurrenthashmapnewkeyset-with-android-corelibrarydesugaring.

This won't affect MediaStore scan performance so it's probably not worth the time to investigate it further.