mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Improve: Use Default for non-IO operations
This commit is contained in:
parent
5081e1f017
commit
84d951328d
@ -66,7 +66,7 @@ class DefaultInstaller(context: Context) : BaseInstaller(context) {
|
||||
|
||||
val pendingIntent = PendingIntent.getService(context, -1, intent, flags)
|
||||
|
||||
withContext(Dispatchers.IO) {
|
||||
withContext(Dispatchers.Default) {
|
||||
sessionInstaller.uninstall(packageName, pendingIntent.intentSender)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user