mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-30 18:35:49 +00:00
fix: cancelled links previews, context menu width
This commit is contained in:
@@ -140,6 +140,7 @@ fun SendMsgView(
|
||||
sendMessage(msg.value)
|
||||
msg.value = ""
|
||||
textStyle = smallFont
|
||||
cancelledLinks.clear()
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
@@ -57,7 +57,7 @@ fun ChatItemView(
|
||||
DropdownMenu(
|
||||
expanded = showMenu.value,
|
||||
onDismissRequest = { showMenu.value = false },
|
||||
Modifier.width(150.dp)
|
||||
Modifier.width(180.dp)
|
||||
) {
|
||||
ItemAction(generalGetString(R.string.reply_verb), Icons.Outlined.Reply, onClick = {
|
||||
editingItem.value = null
|
||||
|
||||
Reference in New Issue
Block a user