VoiceOver fixes

This commit is contained in:
Ilya Laktyushin
2021-01-02 09:42:53 +03:00
parent a706c210de
commit 78a463a6d2
12 changed files with 4316 additions and 4285 deletions

View File

@@ -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