File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
submodules/TelegramUI/Components
MediaScrubberComponent/Sources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1716,7 +1716,7 @@ public final class MediaEditor {
17161716 let item = MediaEditorValues . VideoCollageItem (
17171717 content: content,
17181718 frame: item. frame,
1719- videoTrimRange: nil ,
1719+ videoTrimRange: 0 ..< item . duration ,
17201720 videoOffset: nil ,
17211721 videoVolume: passedFirstVideo ? 0.0 : nil
17221722 )
Original file line number Diff line number Diff line change @@ -772,7 +772,7 @@ public final class MediaScrubberComponent: Component {
772772 transition. setAlpha ( view: self . trimView, alpha: trimVisible ? 1.0 : 0.0 )
773773
774774 var ghostTrimVisible = false
775- if let lowestVideoId, !component . isCollage && self . selectedTrackId != lowestVideoId {
775+ if let lowestVideoId, self . selectedTrackId != lowestVideoId {
776776 ghostTrimVisible = true
777777 }
778778
You can’t perform that action at this time.
0 commit comments