mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-22 13:27:41 +00:00
Catch PendingIntent.CanceledException caused by send()
Accidentally changed in 050a073
.
This commit is contained in:
@@ -173,7 +173,7 @@ class DownloadEngine(
|
||||
} else {
|
||||
notifyFinish(subject)
|
||||
}
|
||||
} catch (e: IOException) {
|
||||
} catch (e: Exception) {
|
||||
Timber.e(e)
|
||||
notifyFail(subject)
|
||||
}
|
||||
|
Reference in New Issue
Block a user