Fix issue on invitation: restore background and composer could be opened

This commit is contained in:
Benoit Marty
2019-07-01 15:24:28 +02:00
parent 5e9ecfbcc0
commit b25098c52d
2 changed files with 8 additions and 1 deletions

View File

@ -93,6 +93,7 @@
android:id="@+id/inviteView"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:background="?riotx_background"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"