TelegramRootController: dismiss keyboard when presenting shortcut camera

This commit is contained in:
Peter 2019-03-22 01:00:39 +04:00
parent 550fba29a1
commit d90d20a026

View File

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