mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
API updates, token login support, initial data usage screen implementation
This commit is contained in:
@@ -148,6 +148,10 @@ open class ListViewItemNode: ASDisplayNode, AccessibilityFocusableNode {
|
||||
return true
|
||||
}
|
||||
|
||||
open func visibleForSelection(at point: CGPoint) -> Bool {
|
||||
return true
|
||||
}
|
||||
|
||||
open var canBeLongTapped: Bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user