Fix build

This commit is contained in:
Ilya Laktyushin 2023-11-19 19:59:21 +04:00
parent 5ec7e848fa
commit e4fd320a91

View File

@ -2986,7 +2986,6 @@ public final class StoryItemSetContainerComponent: Component {
audioRecorder: self.sendMessageContext.audioRecorderValue,
videoRecordingStatus: !self.sendMessageContext.hasRecordedVideoPreview ? self.sendMessageContext.videoRecorderValue?.audioStatus : nil,
isRecordingLocked: self.sendMessageContext.isMediaRecordingLocked,
hasRecordedVideo: false,
recordedAudioPreview: self.sendMessageContext.recordedAudioPreview,
hasRecordedVideoPreview: self.sendMessageContext.hasRecordedVideoPreview,
wasRecordingDismissed: self.sendMessageContext.wasRecordingDismissed,