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

Unverified Commit 86c70772 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #5376 from k9mail/GH-5197_onboarding_again

Don't reuse AccountsLiveData instance
parents 4f7fb641 206c7378
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ import org.koin.core.qualifier.named
import org.koin.dsl.module

val settingsUiModule = module {
    single { AccountsLiveData(get()) }
    factory { AccountsLiveData(get()) }
    viewModel { SettingsViewModel(accountManager = get(), accounts = get()) }

    factory { GeneralSettingsDataStore(jobManager = get(), themeManager = get(), appLanguageManager = get()) }