mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Expose item
This commit is contained in:
parent
f753d22299
commit
3697b76022
@ -303,7 +303,6 @@ class ContactsPeerItemNode: ItemListRevealOptionsItemNode {
|
||||
|
||||
private var isHighlighted: Bool = false
|
||||
|
||||
|
||||
private var peerPresenceManager: PeerPresenceStatusManager?
|
||||
private var layoutParams: (ContactsPeerItem, ListViewItemLayoutParams, Bool, Bool, Bool)?
|
||||
var chatPeer: Peer? {
|
||||
@ -318,7 +317,8 @@ class ContactsPeerItemNode: ItemListRevealOptionsItemNode {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
private var item: ContactsPeerItem? {
|
||||
|
||||
var item: ContactsPeerItem? {
|
||||
return self.layoutParams?.0
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user