mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various improvements
This commit is contained in:
@@ -61,6 +61,7 @@ private final class IconsNode: ASDisplayNode {
|
||||
if self.switchingToNext {
|
||||
self.currentIndex = (self.currentIndex + 1) % self.files.count
|
||||
disappearingAnimationLayer = self.animationLayer
|
||||
self.switchingToNext = false
|
||||
}
|
||||
let file = self.files[self.currentIndex]
|
||||
let emoji = ChatTextInputTextCustomEmojiAttribute(
|
||||
|
||||
Reference in New Issue
Block a user