mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -205,7 +205,7 @@ final class FullscreenControlsComponent: Component {
|
||||
|
||||
let buttonTitleUpdated = (previousComponent?.hasBack ?? false) != component.hasBack
|
||||
let animationMultiplier = !component.hasBack ? -1.0 : 1.0
|
||||
if buttonTitleUpdated {
|
||||
if buttonTitleUpdated && !self.displayTitle {
|
||||
isAnimatingTextTransition = true
|
||||
|
||||
if let view = self.buttonTitle.view, let snapshotView = view.snapshotView(afterScreenUpdates: false) {
|
||||
|
||||
Reference in New Issue
Block a user