Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa58e0b4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 2445176b 3f8163f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,5 +37,5 @@ object CoroutinesModule {
    @Provides
    @SysUISingleton
    @Background
    fun bgDispatcher(): CoroutineDispatcher = Dispatchers.Default
    fun bgDispatcher(): CoroutineDispatcher = Dispatchers.IO
}