mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Various fixes
This commit is contained in:
@@ -328,8 +328,10 @@ final class ChatRecordingPreviewInputPanelNode: ChatInputPanelNode {
|
||||
)
|
||||
],
|
||||
positionUpdated: { _, _ in },
|
||||
trackTrimUpdated: { _, start, end, updatedEnd, apply in
|
||||
// video.control.updateTrimRange(start, end, updatedEnd, apply)
|
||||
trackTrimUpdated: { [weak self] _, start, end, updatedEnd, apply in
|
||||
if let self {
|
||||
self.interfaceInteraction?.updateVideoTrimRange(start, end, updatedEnd, apply)
|
||||
}
|
||||
},
|
||||
trackOffsetUpdated: { _, _, _ in },
|
||||
trackLongPressed: { _, _ in }
|
||||
|
||||
Reference in New Issue
Block a user