diff --git a/vector/src/main/res/layout/fragment_room_widget.xml b/vector/src/main/res/layout/fragment_room_widget.xml index 268ca511577..35b4dc72f3f 100644 --- a/vector/src/main/res/layout/fragment_room_widget.xml +++ b/vector/src/main/res/layout/fragment_room_widget.xml @@ -61,6 +61,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="?vctr_system" + android:clickable="true" + android:focusable="true" android:orientation="vertical" android:visibility="gone" app:behavior_hideable="true"