summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-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" />