Skip to content

Commit

Permalink
Fix duplicated SelectLocationViewModel
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Mar 14, 2024
1 parent 3979cda commit 6410c59
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ val uiModule = module {
}
viewModel { LoginViewModel(get(), get(), get(), get()) }
viewModel { PrivacyDisclaimerViewModel(get(), IS_PLAY_BUILD) }
viewModel { SelectLocationViewModel(get(), get(), get()) }
viewModel { SelectLocationViewModel(get(), get(), get(), get()) }
viewModel { SettingsViewModel(get(), get(), IS_PLAY_BUILD) }
viewModel { SplashViewModel(get(), get(), get()) }
Expand Down

0 comments on commit 6410c59

Please sign in to comment.