Fix mic visible for invite room mode.

We can still view the mic when the screen is resumed, to be improved.
This commit is contained in:
Benoit Marty 2021-07-12 13:40:59 +02:00
parent c5b8755bab
commit e49290b8ac

View File

@ -174,6 +174,14 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
<im.vector.app.features.home.room.detail.composer.VoiceMessageRecorderView
android:id="@+id/voiceMessageRecorderView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
<im.vector.app.features.invite.VectorInviteView
android:id="@+id/inviteView"
android:layout_width="0dp"
@ -243,12 +251,4 @@
android:background="?vctr_chat_effect_snow_background"
android:visibility="invisible" />
<im.vector.app.features.home.room.detail.composer.VoiceMessageRecorderView
android:id="@+id/voiceMessageRecorderView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>