![]() Update the library update process to be on a co-routine, updating callbacks on the main thread. For some insane reason, the Main dispatcher used normally when loading music just disappears sometimes. This leads to unpleasent crashes as callbacks expect to be called on the app thread, not any background threads. Fix this by forcing the Main dispatcher during the update process. This requires the music update process to also run on a background thread, albeit that will be useful for automatic rescanning late ron. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
NOTICE | ||
proguard-rules.pro |