mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Update
This commit is contained in:
@@ -192,7 +192,7 @@ final class ChatHistoryNavigationButtons: ASDisplayNode {
|
||||
transition.updateAlpha(node: self.downButton, alpha: 1.0)
|
||||
transition.updateTransformScale(node: self.downButton, scale: 1.0)
|
||||
} else {
|
||||
transition.updateAlpha(node: self.downButton, alpha: 0.1, completion: { [weak self] completed in
|
||||
transition.updateAlpha(node: self.downButton, alpha: 0.0, completion: { [weak self] completed in
|
||||
guard let strongSelf = self, completed else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user