mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various improvements
This commit is contained in:
@@ -5676,7 +5676,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
||||
}
|
||||
})
|
||||
|
||||
if let videoRecorder = videoRecorder {
|
||||
if let videoRecorder {
|
||||
strongSelf.recorderFeedback?.impact(.light)
|
||||
|
||||
videoRecorder.onStop = {
|
||||
@@ -5684,6 +5684,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
||||
strongSelf.dismissMediaRecorder(.pause)
|
||||
}
|
||||
}
|
||||
strongSelf.chatDisplayNode.setVideoRecorder(backgroundView: videoRecorder.backgroundView)
|
||||
strongSelf.present(videoRecorder, in: .window(.root))
|
||||
|
||||
if strongSelf.lockMediaRecordingRequestId == strongSelf.beginMediaRecordingRequestId {
|
||||
|
||||
Reference in New Issue
Block a user