mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Refactoring
This commit is contained in:
@@ -649,7 +649,7 @@ final class StatsMessageItemNode: ListViewItemNode, ItemListItemNode {
|
||||
let indicatorSize = CGSize(width: imageSize.width - lineWidth * 4.0, height: imageSize.height - lineWidth * 4.0)
|
||||
|
||||
let storyIndicator: ComponentView<Empty>
|
||||
let indicatorTransition: Transition = .immediate
|
||||
let indicatorTransition: ComponentTransition = .immediate
|
||||
if let current = strongSelf.storyIndicator {
|
||||
storyIndicator = current
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user