mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-16 23:24:58 +00:00
fixed reserved space for meta
This commit is contained in:
+3
-1
@@ -149,7 +149,9 @@ fun reserveSpaceForMeta(
|
||||
if (showTimestamp) {
|
||||
res += meta.timestampText
|
||||
} else {
|
||||
res += iconSpace
|
||||
if (showStatus && (meta.statusIcon(secondaryColor) != null)) {
|
||||
res += iconSpace
|
||||
}
|
||||
}
|
||||
return res
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user