Change @Background Dispatcher from Dispatchers.Default to Dispatchers.IO
Bug: 231957192 Change-Id: Ie57de3db8cca53d90a21dd29c83d7e5ea92d4eaf
This commit is contained in:
@@ -37,5 +37,5 @@ object CoroutinesModule {
|
||||
@Provides
|
||||
@SysUISingleton
|
||||
@Background
|
||||
fun bgDispatcher(): CoroutineDispatcher = Dispatchers.Default
|
||||
fun bgDispatcher(): CoroutineDispatcher = Dispatchers.IO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user