mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 16:07:39 +00:00
Catch PendingIntent.CanceledException caused by send()
Accidentally changed in 050a073.
This commit is contained in:
parent
7dca5b831a
commit
4a2a37c87a
@ -173,7 +173,7 @@ class DownloadEngine(
|
|||||||
} else {
|
} else {
|
||||||
notifyFinish(subject)
|
notifyFinish(subject)
|
||||||
}
|
}
|
||||||
} catch (e: IOException) {
|
} catch (e: Exception) {
|
||||||
Timber.e(e)
|
Timber.e(e)
|
||||||
notifyFail(subject)
|
notifyFail(subject)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user