This commit is contained in:
Ali
2020-02-12 02:41:09 +01:00
parent 2996ea779e
commit fb5ea0262d

View File

@@ -1821,7 +1821,6 @@ final class PeerInfoHeaderNode: ASDisplayNode {
if case let .animated(duration, curve) = transition, transitionFraction >= 1.0 - CGFloat.ulpOfOne {
buttonsAlphaTransition = .animated(duration: duration * 0.6, curve: curve)
}
if self.isAvatarExpanded {
apparentButtonSize = expandedButtonSize
} else {