diff options
| author | Aleksandr Granin <aleksandr@mullvad.net> | 2021-08-18 12:13:44 +0200 |
|---|---|---|
| committer | Aleksandr Granin <aleksandr@mullvad.net> | 2021-08-19 08:29:10 +0200 |
| commit | db08d856a6dec637b23949b5988fe129729585f0 (patch) | |
| tree | c647ac3ee3ef0bd275e5bf1b23ea8e4c25944a80 /android/src/main/res/layout | |
| parent | 107b4f3e1099e4fb601bbd23a44273d866152a5b (diff) | |
| download | mullvadvpn-db08d856a6dec637b23949b5988fe129729585f0.tar.xz mullvadvpn-db08d856a6dec637b23949b5988fe129729585f0.zip | |
Fix focus issue when in some cases value of MTU was erased
Diffstat (limited to 'android/src/main/res/layout')
| -rw-r--r-- | android/src/main/res/layout/advanced_header.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/src/main/res/layout/advanced_header.xml b/android/src/main/res/layout/advanced_header.xml index 3a711d838c..eb04259b3d 100644 --- a/android/src/main/res/layout/advanced_header.xml +++ b/android/src/main/res/layout/advanced_header.xml @@ -16,6 +16,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/vertical_space" + android:focusable="true" + android:focusableInTouchMode="true" mullvad:text="@string/wireguard_mtu" /> <net.mullvad.mullvadvpn.ui.widget.NavigateCell android:id="@+id/wireguard_keys" android:layout_width="match_parent" |
