mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix inline chat list theme update
This commit is contained in:
@@ -360,7 +360,7 @@ public final class TextNodeLayout: NSObject {
|
||||
|
||||
public var trailingLineWidth: CGFloat {
|
||||
if let lastLine = self.lines.last {
|
||||
return lastLine.frame.width
|
||||
return lastLine.frame.maxX
|
||||
} else {
|
||||
return 0.0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user