mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
d58bd7415d
commit
615a77b3b6
@ -263,7 +263,7 @@ final class ChangePhoneNumberControllerNode: ASDisplayNode {
|
||||
|
||||
let countryCodeFrame = CGRect(origin: CGPoint(x: 9.0, y: navigationHeight + 44.0 + 1.0), size: CGSize(width: 45.0, height: 44.0))
|
||||
let numberFrame = CGRect(origin: CGPoint(x: 70.0, y: navigationHeight + 44.0 + 1.0), size: CGSize(width: layout.size.width - 70.0 - 8.0, height: 44.0))
|
||||
let placeholderFrame = numberFrame.offsetBy(dx: -1.0, dy: 16.0)
|
||||
let placeholderFrame = numberFrame.offsetBy(dx: -1.0, dy: 8.0)
|
||||
|
||||
let phoneInputFrame = countryCodeFrame.union(numberFrame)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d8b106c94e5a5e20020ad862d835e921d4f102d9
|
||||
Subproject commit b906b5a955f1e6e195cb91c4513d4cb7b3620ea6
|
Loading…
x
Reference in New Issue
Block a user