mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Various fixes
This commit is contained in:
parent
68a13a4c07
commit
2c7f754b2f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user