mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-03 00:35:57 +00:00
Limited image height
This commit is contained in:
@@ -102,6 +102,7 @@ fun CIImageView(
|
||||
// if text is short and take all available width if text is long
|
||||
modifier = Modifier
|
||||
.width(1000.dp)
|
||||
.heightIn(max = 300.dp)
|
||||
.combinedClickable(
|
||||
onLongClick = { showMenu.value = true },
|
||||
onClick = onClick
|
||||
@@ -119,6 +120,7 @@ fun CIImageView(
|
||||
// if text is short and take all available width if text is long
|
||||
modifier = Modifier
|
||||
.width(1000.dp)
|
||||
.heightIn(max = 300.dp)
|
||||
.combinedClickable(
|
||||
onLongClick = { showMenu.value = true },
|
||||
onClick = onClick
|
||||
|
||||
Reference in New Issue
Block a user