mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-17 12:58:28 +00:00
Hide participants list header as well in read-only group chat room
This commit is contained in:
parent
24711582c6
commit
5ac5cec8e8
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@
|
|||
android:onClick="@{() -> viewModel.toggleParticipantsExpand()}"
|
||||
android:padding="10dp"
|
||||
android:text="@{viewModel.participantsLabel, default=@string/conversation_info_participants_list_title}"
|
||||
android:visibility="@{viewModel.isGroup ? View.VISIBLE : View.GONE}"
|
||||
android:visibility="@{viewModel.isGroup && !viewModel.isReadOnly ? View.VISIBLE : View.GONE}"
|
||||
android:background="@drawable/squircle_transparent_button_background"
|
||||
app:layout_constraintWidth_max="@dimen/section_max_width"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue