Send live photos as gifs

This commit is contained in:
Ilya Laktyushin
2020-06-10 01:19:12 +03:00
parent 853febcb28
commit e085de4de5
25 changed files with 1250 additions and 1034 deletions

View File

@@ -503,7 +503,7 @@ open class TelegramBaseController: ViewController, KeyShortcutResponder {
}
let mediaAccessoryPanel = MediaNavigationAccessoryPanel(context: self.context)
mediaAccessoryPanel.containerNode.headerNode.displayScrubber = type != .voice
mediaAccessoryPanel.containerNode.headerNode.displayScrubber = item.playbackData?.type != .instantVideo
mediaAccessoryPanel.close = { [weak self] in
if let strongSelf = self, let (_, _, _, _, type, _) = strongSelf.playlistStateAndType {
strongSelf.context.sharedContext.mediaManager.setPlaylist(nil, type: type, control: SharedMediaPlayerControlAction.playback(.pause))