Prevent touch event to go through the side menu when opened

This commit is contained in:
Sylvain Berfini 2019-11-01 10:19:10 +01:00
parent 2d3744fdbd
commit dab574000d

View file

@ -37,6 +37,7 @@
android:layout_height="match_parent"
android:layout_above="@id/side_menu_quit"
android:background="?attr/backgroundColor"
android:clickable="true"
android:orientation="vertical">
<include layout="@layout/side_menu_main_account" />