Skip to content

Commit a13601d

Browse files
committed
Change IO to Unconfined
1 parent 468aa86 commit a13601d

File tree

1 file changed

+1
-1
lines changed
  • libs/mifos-passcode/src/commonMain/kotlin/proto/org/mifos/library/passcode/di

1 file changed

+1
-1
lines changed

libs/mifos-passcode/src/commonMain/kotlin/proto/org/mifos/library/passcode/di/PreferenceModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ import proto.org.mifos.library.passcode.data.PasscodePreferencesDataSource
3030
val PasscodePreferenceModule = module {
3131
single<Settings> { Settings() }
3232
single { PasscodePreferencesDataSource(get(), get(named(MifosDispatchers.IO.name))) }
33-
single { PasscodeManager(get(), get(named(MifosDispatchers.IO.name))) }
33+
single { PasscodeManager(get(), get(named(MifosDispatchers.Unconfined.name))) }
3434
}

0 commit comments

Comments
 (0)