summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-06-05 11:51:41 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-06-05 11:51:41 -0300
commit284a08c528ac520c9e4dfef33254e7b511bf8679 (patch)
tree3e40e6794bd4cf2cbd003511cd437c28a71b5ef9 /android/src
parent9198c0971896713a8c5a05b592f1913b686025c4 (diff)
parent810f6e799d50e5244f566122e538c24a0f6cba79 (diff)
downloadmullvadvpn-284a08c528ac520c9e4dfef33254e7b511bf8679.tar.xz
mullvadvpn-284a08c528ac520c9e4dfef33254e7b511bf8679.zip
Merge branch 'ignore-touch-events-when-obscured'
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/layout/main.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/src/main/res/layout/main.xml b/android/src/main/res/layout/main.xml
index 57a99f2668..7839409631 100644
--- a/android/src/main/res/layout/main.xml
+++ b/android/src/main/res/layout/main.xml
@@ -1,4 +1,5 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main_fragment"
android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ android:layout_height="match_parent"
+ android:filterTouchesWhenObscured="true" />