Merge "Change @Background Dispatcher from Dispatchers.Default to Dispatchers.IO" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-08-13 13:20:33 +00:00
committed by Android (Google) Code Review

View File

@@ -37,5 +37,5 @@ object CoroutinesModule {
@Provides
@SysUISingleton
@Background
fun bgDispatcher(): CoroutineDispatcher = Dispatchers.Default
fun bgDispatcher(): CoroutineDispatcher = Dispatchers.IO
}