mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Disposable debugging
This commit is contained in:
@@ -143,7 +143,7 @@ final class ContactsControllerNode: ASDisplayNode, UIGestureRecognizerDelegate {
|
||||
strongSelf.updateThemeAndStrings()
|
||||
}
|
||||
}
|
||||
})
|
||||
}).strict()
|
||||
|
||||
addNearbyImpl = { [weak self] in
|
||||
if let strongSelf = self {
|
||||
@@ -243,7 +243,7 @@ final class ContactsControllerNode: ASDisplayNode, UIGestureRecognizerDelegate {
|
||||
self.contactListNode.storySubscriptions.set(.single(storySubscriptions))
|
||||
|
||||
self.storiesReady.set(.single(true))
|
||||
})*/
|
||||
}).strict()*/
|
||||
|
||||
self.contactListNode.openStories = { [weak self] peer, sourceNode in
|
||||
guard let self else {
|
||||
|
||||
Reference in New Issue
Block a user