mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-31 18:30:12 +00:00
UI fixes
This commit is contained in:
@@ -249,7 +249,7 @@ final class AuthorizationSequenceCodeEntryControllerNode: ASDisplayNode, UITextF
|
||||
insets.top = navigationBarHeight
|
||||
|
||||
if let inputHeight = layout.inputHeight {
|
||||
if inputHeight.isEqual(to: layout.standardInputHeight - 44.0) {
|
||||
if abs(inputHeight - (layout.standardInputHeight - 44.0)) < 2.0 {
|
||||
insets.bottom += layout.standardInputHeight
|
||||
} else {
|
||||
insets.bottom += inputHeight
|
||||
|
||||
Reference in New Issue
Block a user