mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed all participants displayed as admin in video conference
This commit is contained in:
parent
57eb506bdf
commit
07926bad1e
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@
|
|||
android:textSize="12sp"
|
||||
android:textColor="@color/gray_main2_400"
|
||||
android:gravity="center"
|
||||
android:visibility="@{model.isAdmin ? View.VISIBLE : View.GONE, default=gone}"
|
||||
app:layout_constraintStart_toEndOf="@id/name"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue