summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/kotlin
diff options
context:
space:
mode:
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
}