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