Merge branch 'patch'

This commit is contained in:
arkon
2022-07-08 15:59:57 -04:00
7 changed files with 12 additions and 9 deletions

View File

@@ -196,6 +196,8 @@ class LibraryUpdateService(
*/
override fun onDestroy() {
updateJob?.cancel()
// Despite what Android Studio
// states this can be null
ioScope?.cancel()
if (wakeLock.isHeld) {
wakeLock.release()