mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-07 19:25:52 +00:00
handle big names
This commit is contained in:
@@ -154,7 +154,7 @@ private fun UsersLayout(
|
||||
|
||||
SectionView(contentPadding = PaddingValues(bottom = DEFAULT_PADDING, start = DEFAULT_PADDING, end = DEFAULT_PADDING_HALF)) {
|
||||
Row {
|
||||
Column {
|
||||
Column(modifier = Modifier.widthIn(max = 200.dp)) {
|
||||
IconButton(onClick = onCurrentUserClick, enabled = !stopped) {
|
||||
ProfileImage(
|
||||
image = currentUser.image,
|
||||
|
||||
Reference in New Issue
Block a user