소스 검색

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