android: show selection drag markers only for pinned chats
This commit is contained in:
@@ -1237,10 +1237,10 @@ private fun ChatRow(
|
||||
if (chat.unreadCount > 0) {
|
||||
BadgeChip(label = chat.unreadCount.toString())
|
||||
}
|
||||
if (isSelecting) {
|
||||
if (isSelecting && chat.pinned) {
|
||||
Icon(
|
||||
imageVector = if (isSelected) Icons.Filled.DoneAll else Icons.Filled.DragHandle,
|
||||
contentDescription = if (isSelected) "Selected" else "Selectable",
|
||||
imageVector = Icons.Filled.DragHandle,
|
||||
contentDescription = "Pinned reorder handle",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user