mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various fixes
This commit is contained in:
@@ -1164,6 +1164,8 @@ extension ChatControllerImpl {
|
||||
controller.openCamera = { [weak self] cameraView in
|
||||
if let cameraView = cameraView as? TGAttachmentCameraView {
|
||||
self?.openCamera(cameraView: cameraView)
|
||||
} else {
|
||||
self?.openCamera(cameraView: nil)
|
||||
}
|
||||
}
|
||||
controller.presentWebSearch = { [weak self, weak controller] mediaGroups, activateOnDisplay in
|
||||
|
||||
Reference in New Issue
Block a user