mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
[WIP] Stickers editor
This commit is contained in:
parent
a56710f91f
commit
fce792b02f
8 changed files with 32 additions and 34 deletions
|
|
@ -2144,6 +2144,7 @@ public final class ReactionContextNode: ASDisplayNode, ASScrollViewDelegate {
|
|||
itemDelay = mainCircleDelay + Double(i) * 0.06
|
||||
}
|
||||
|
||||
itemNode.willAppear(animated: true)
|
||||
DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + itemDelay * UIView.animationDurationFactor(), execute: { [weak itemNode] in
|
||||
guard let itemNode = itemNode else {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue