mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Voice Chat UI improvements
This commit is contained in:
@@ -34,10 +34,6 @@ public class KeyShortcutsController: UIResponder {
|
||||
return true
|
||||
})
|
||||
|
||||
// iOS 8 fix
|
||||
convertedCommands.append(KeyShortcut(modifiers:[.command]).uiKeyCommand)
|
||||
convertedCommands.append(KeyShortcut(modifiers:[.alternate]).uiKeyCommand)
|
||||
|
||||
convertedCommands.append(contentsOf: shortcuts.map { $0.uiKeyCommand })
|
||||
|
||||
self.effectiveShortcuts = shortcuts
|
||||
|
||||
Reference in New Issue
Block a user