mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Various fixes
This commit is contained in:
parent
704156e55f
commit
c33f840814
@ -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
|
||||
)
|
||||
|
@ -772,7 +772,7 @@ public final class MediaScrubberComponent: Component {
|
||||
transition.setAlpha(view: self.trimView, alpha: trimVisible ? 1.0 : 0.0)
|
||||
|
||||
var ghostTrimVisible = false
|
||||
if let lowestVideoId, !component.isCollage && self.selectedTrackId != lowestVideoId {
|
||||
if let lowestVideoId, self.selectedTrackId != lowestVideoId {
|
||||
ghostTrimVisible = true
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user