summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/kotlin
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-20 23:04:19 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-24 18:40:47 +0000
commit2ea4ec0ff7d1d85e45ea3209ca2277bbf453f4f6 (patch)
tree0f0ce86284fb62ab08d86b5b048cf1bccb3a4241 /android/src/main/kotlin
parent55ad2c95d872e2adebb0347d845e89b38e414a83 (diff)
downloadmullvadvpn-2ea4ec0ff7d1d85e45ea3209ca2277bbf453f4f6.tar.xz
mullvadvpn-2ea4ec0ff7d1d85e45ea3209ca2277bbf453f4f6.zip
Change spelling in menu entry ID
Diffstat (limited to 'android/src/main/kotlin')
-rw-r--r--android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AdvancedFragment.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AdvancedFragment.kt b/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AdvancedFragment.kt
index 826ebfceea..d04c9819ad 100644
--- a/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AdvancedFragment.kt
+++ b/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AdvancedFragment.kt
@@ -36,7 +36,7 @@ class AdvancedFragment : ServiceDependentFragment(OnNoService.GoBack) {
targetFragment = WireguardKeyFragment::class
}
- view.findViewById<NavigateCell>(R.id.split_tunnelling).apply {
+ view.findViewById<NavigateCell>(R.id.split_tunneling).apply {
targetFragment = SplitTunnellingFragment::class
}