mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various improvements
This commit is contained in:
@@ -378,7 +378,12 @@ public final class TelegramRootController: NavigationController, TelegramRootCon
|
||||
case let .asset(asset):
|
||||
content = .asset(asset)
|
||||
}
|
||||
return MediaEditorScreenImpl.Subject.VideoCollageItem(content: content, frame: item.frame)
|
||||
return MediaEditorScreenImpl.Subject.VideoCollageItem(
|
||||
content: content,
|
||||
frame: item.frame,
|
||||
contentScale: item.contentScale,
|
||||
contentOffset: item.contentOffset
|
||||
)
|
||||
}
|
||||
return .videoCollage(items: collage.items.map { editorCollageItem($0) })
|
||||
case let .asset(asset):
|
||||
|
||||
Reference in New Issue
Block a user