mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -501,7 +501,7 @@ public final class ReactionButtonAsyncNode: ContextControllerSourceView {
|
||||
animationFraction = max(0.0, min(1.0, (CACurrentMediaTime() - animationState.startTime) / animationState.duration))
|
||||
animationFraction = animationState.curve.solve(at: animationFraction)
|
||||
if animationState.fromExtracted != isExtracted {
|
||||
fixedTransitionDirection = isExtracted ? true : false
|
||||
fixedTransitionDirection = isExtracted
|
||||
}
|
||||
} else {
|
||||
animationFraction = 1.0
|
||||
|
||||
Reference in New Issue
Block a user