mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-17 12:58:28 +00:00
Fixed group conversation participants list not expandable if not admin
This commit is contained in:
parent
0365ebe3ba
commit
c8d2f8161d
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:visibility="@{!viewModel.expandParticipants || !viewModel.isMyselfAdmin || !viewModel.isGroup || viewModel.isReadOnly ? View.GONE : View.VISIBLE, default=gone}"
|
||||
android:visibility="@{viewModel.expandParticipants && viewModel.isGroup && !viewModel.isReadOnly ? View.VISIBLE : View.GONE, default=gone}"
|
||||
android:background="@drawable/shape_squircle_white_background"
|
||||
app:layout_constraintWidth_max="@dimen/section_max_width"
|
||||
app:layout_constraintTop_toBottomOf="@id/participants_label"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue