Prevent pause logo to appear in front of avatar when joining conf
This commit is contained in:
parent
91a23cb286
commit
68fb96e3a1
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@
|
||||||
android:background="@drawable/shape_button_background"
|
android:background="@drawable/shape_button_background"
|
||||||
android:contentDescription="@string/content_description_participant_is_paused"
|
android:contentDescription="@string/content_description_participant_is_paused"
|
||||||
android:src="@drawable/icon_pause"
|
android:src="@drawable/icon_pause"
|
||||||
android:visibility="@{conferenceViewModel.conferenceCreationPending || conferenceViewModel.meParticipant.isInConference || conferenceViewModel.meParticipant.isJoining ? View.GONE : View.VISIBLE, default=gone}"
|
android:visibility="@{conferenceViewModel.conferenceCreationPending || !conferenceViewModel.isConferenceLocallyPaused || conferenceViewModel.meParticipant.isJoining ? View.GONE : View.VISIBLE, default=gone}"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/local_participant_background"
|
app:layout_constraintBottom_toBottomOf="@id/local_participant_background"
|
||||||
app:layout_constraintEnd_toEndOf="@id/local_participant_background"
|
app:layout_constraintEnd_toEndOf="@id/local_participant_background"
|
||||||
app:layout_constraintStart_toStartOf="@id/local_participant_background"
|
app:layout_constraintStart_toStartOf="@id/local_participant_background"
|
||||||
|
|
Loading…
Reference in a new issue