summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-03-14 15:22:23 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-03-14 15:22:23 +0100
commit6410c59b95109702d0bae8799c277ac4d09a686d (patch)
treeb1177762f1a434e140ec16e63a0891e320f5f0ae /android
parent3979cda6f64c509dafaf0d73bd3bfac43ad58cc3 (diff)
downloadmullvadvpn-6410c59b95109702d0bae8799c277ac4d09a686d.tar.xz
mullvadvpn-6410c59b95109702d0bae8799c277ac4d09a686d.zip
Fix duplicated SelectLocationViewModel
Diffstat (limited to 'android')
-rw-r--r--android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt
index 62fd84854d..c3eb19b270 100644
--- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt
+++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt
@@ -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()) }