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