mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-30 03:44:18 +00:00
Fix dice tooltip layout on iPhone X
This commit is contained in:
parent
1c23355ae5
commit
f17a6f95fa
@ -462,7 +462,7 @@ final class UndoOverlayControllerNode: ViewControllerTracingNode {
|
||||
let rightInset: CGFloat = 16.0
|
||||
var contentHeight: CGFloat = 20.0
|
||||
|
||||
let margin: CGFloat = 16.0
|
||||
let margin: CGFloat = 12.0
|
||||
|
||||
let buttonTextSize = self.undoButtonTextNode.updateLayout(CGSize(width: 200.0, height: .greatestFiniteMagnitude))
|
||||
let buttonMinX: CGFloat
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user