mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various improvements
This commit is contained in:
@@ -71,10 +71,9 @@ final class MessageListComponent: Component {
|
||||
|
||||
private var component: MessageListComponent?
|
||||
private weak var state: EmptyComponentState?
|
||||
private var isUpdating: Bool = false
|
||||
private var isUpdating = false
|
||||
|
||||
private var nextSendActionTransition: MessageListComponent.SendActionTransition?
|
||||
|
||||
private var itemViews: [AnyHashable: ComponentView<Empty>] = [:]
|
||||
|
||||
private let topInset: CGFloat = 8.0
|
||||
|
||||
Reference in New Issue
Block a user