Voice Chat UI improvements

This commit is contained in:
Ilya Laktyushin
2020-12-08 21:06:03 +04:00
parent 9eddf57416
commit e94885aa08
70 changed files with 4378 additions and 3941 deletions

View File

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