Various fixes

This commit is contained in:
Ilya Laktyushin 2023-01-01 17:02:05 +04:00
parent 68a13a4c07
commit 2c7f754b2f

View File

@ -1013,8 +1013,8 @@ final class ChatItemGalleryFooterContentNode: GalleryFooterContentNode, UIScroll
self.fullscreenButton.alpha = 1.0
self.actionButton.alpha = 1.0
self.editButton.alpha = 1.0
self.backwardButton.alpha = 1.0
self.forwardButton.alpha = 1.0
self.backwardButton.alpha = self.hasSeekControls ? 1.0 : 0.0
self.forwardButton.alpha = self.hasSeekControls ? 1.0 : 0.0
self.statusNode.alpha = 1.0
self.playbackControlButton.alpha = 1.0
self.scrollWrapperNode.layer.animateAlpha(from: 0.0, to: 1.0, duration: 0.15)