Adjust coroutine scope default dispatchers
This commit is contained in:
@@ -24,7 +24,7 @@ class IconRepository(
|
||||
}
|
||||
}
|
||||
|
||||
private val scope = CoroutineScope(Job() + Dispatchers.Main)
|
||||
private val scope = CoroutineScope(Job() + Dispatchers.Default)
|
||||
|
||||
private val cache = LruCache<String, LauncherIcon>(200)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user