mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -1716,7 +1716,7 @@ public final class MediaEditor {
|
||||
let item = MediaEditorValues.VideoCollageItem(
|
||||
content: content,
|
||||
frame: item.frame,
|
||||
videoTrimRange: nil,
|
||||
videoTrimRange: 0 ..< item.duration,
|
||||
videoOffset: nil,
|
||||
videoVolume: passedFirstVideo ? 0.0 : nil
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user