diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-03-11 10:58:06 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2021-03-11 10:58:06 -0300 |
| commit | 8866dd187499c1d86f6367caf461c1aea1671e79 (patch) | |
| tree | 10db3bafcdbac4eb458f609242ed0bd192a99cf9 /android/src | |
| parent | f2fb0c961bb069c79e6f0521d5384283161e886e (diff) | |
| parent | 23c9943c123d6fefb870ae647aea790f96f293d2 (diff) | |
| download | mullvadvpn-8866dd187499c1d86f6367caf461c1aea1671e79.tar.xz mullvadvpn-8866dd187499c1d86f6367caf461c1aea1671e79.zip | |
Merge branch 'fix-back-button-in-initial-custom-dns-config'
Diffstat (limited to 'android/src')
| -rw-r--r-- | android/src/main/kotlin/net/mullvad/mullvadvpn/ui/customdns/CustomDnsAdapter.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/customdns/CustomDnsAdapter.kt b/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/customdns/CustomDnsAdapter.kt index 709fc2d1b6..0bb528c623 100644 --- a/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/customdns/CustomDnsAdapter.kt +++ b/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/customdns/CustomDnsAdapter.kt @@ -47,6 +47,7 @@ class CustomDnsAdapter(val customDns: CustomDns) : Adapter<CustomDnsItemHolder>( } } else { notifyItemRangeRemoved(0, cachedCustomDnsServers.size + 1) + editingPosition = null } } } |
