Browse Source

Yeet app update download progress notification on complete (#10071)

AntsyLich 1 year ago
parent
commit
17b90d2491

+ 1 - 0
app/src/main/java/eu/kanade/tachiyomi/data/updater/AppUpdateService.kt

@@ -127,6 +127,7 @@ class AppUpdateService : Service() {
                 response.close()
                 throw Exception("Unsuccessful response")
             }
+            notifier.cancel()
             notifier.promptInstall(apkFile.getUriCompat(this))
         } catch (e: Exception) {
             val shouldCancel = e is CancellationException ||