Increase padding in error case
This commit is contained in:
parent
6330a797aa
commit
c62f588369
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ fun TimelineItem.Event.toExtraPadding(): ExtraPadding {
|
||||||
}
|
}
|
||||||
strLen += formattedTime.length
|
strLen += formattedTime.length
|
||||||
if (hasMessageSendingFailed) {
|
if (hasMessageSendingFailed) {
|
||||||
strLen += 3
|
strLen += 5
|
||||||
}
|
}
|
||||||
// A space and a few unbreakable spaces
|
// A space and a few unbreakable spaces
|
||||||
return ExtraPadding(" " + "\u00A0".repeat(strLen))
|
return ExtraPadding(" " + "\u00A0".repeat(strLen))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue