mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
VoiceOver fixes
This commit is contained in:
@@ -1113,8 +1113,6 @@ public func createPollController(context: AccountContext, peer: Peer, isQuiz: Bo
|
||||
dismissInputImpl = { [weak controller] in
|
||||
controller?.view.endEditing(true)
|
||||
}
|
||||
controller.isOpaqueWhenInOverlay = true
|
||||
controller.blocksBackgroundWhenInOverlay = true
|
||||
controller.acceptsFocusWhenInOverlay = true
|
||||
controller.experimentalSnapScrollToItem = true
|
||||
controller.alwaysSynchronous = true
|
||||
|
||||
Reference in New Issue
Block a user