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

Commit e1ef9a04 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Change @Background Dispatcher from Dispatchers.Default to...

Merge "Change @Background Dispatcher from Dispatchers.Default to Dispatchers.IO" into tm-qpr-dev am: aa58e0b4 am: 293751d0

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19526877



Change-Id: If1c88a1ddcd4c280617d778836bbd1d1f91a3ae3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c4095b4a 293751d0
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
}