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

Commit 3f8163f2 authored by Mark Renouf's avatar Mark Renouf
Browse files

Change @Background Dispatcher from Dispatchers.Default to Dispatchers.IO

Bug: 231957192
Change-Id: Ie57de3db8cca53d90a21dd29c83d7e5ea92d4eaf
parent 930b8b78
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
}