mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-03 03:10:47 +00:00
TelegramRootController: dismiss keyboard when presenting shortcut camera
This commit is contained in:
parent
550fba29a1
commit
d90d20a026
@ -124,6 +124,7 @@ public final class TelegramRootController: NavigationController {
|
||||
guard let controller = self.viewControllers.last as? ViewController else {
|
||||
return
|
||||
}
|
||||
controller.view.endEditing(true)
|
||||
presentedLegacyShortcutCamera(context: self.context, saveCapturedMedia: false, saveEditedPhotos: false, mediaGrouping: true, parentController: controller)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user