mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix passcode button display
This commit is contained in:
parent
279b1304c7
commit
34b8762d80
@ -116,6 +116,8 @@ final class PasscodeEntryButtonNode: HighlightTrackingButtonNode {
|
||||
self.subtitle = subtitle
|
||||
|
||||
self.backgroundNode = ASImageNode()
|
||||
self.backgroundNode.displaysAsynchronously = false
|
||||
self.backgroundNode.displayWithoutProcessing = true
|
||||
self.backgroundNode.isUserInteractionEnabled = false
|
||||
|
||||
super.init()
|
||||
|
Loading…
x
Reference in New Issue
Block a user