mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +00:00
Fix strange padding on some CIV2 items.
This commit is contained in:
@@ -90,7 +90,7 @@ class V2FooterPositionDelegate private constructor(
|
||||
}
|
||||
|
||||
val availableWidth = maxWidth - lastLineWidth
|
||||
if (body.lineCount == 1 && availableWidth > footerWidth) {
|
||||
if (body.lineCount == 1 && availableWidth > (footerWidth + 8.dp)) {
|
||||
displayAtEndOfBody()
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user