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

@@ -99,7 +99,7 @@ private final class NavigationControllerNode: ASDisplayNode {
}
override func accessibilityPerformEscape() -> Bool {
print("escape")
let _ = self.controller?.popViewController(animated: true)
return true
}
}