浏览代码

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

AntsyLich 1 年之前
父节点
当前提交
17b90d2491
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/src/main/java/eu/kanade/tachiyomi/data/updater/AppUpdateService.kt

+ 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 ||