[WIP] Disposable debugging

This commit is contained in:
Ali
2023-09-16 11:45:30 +02:00
parent 4bf474bbe5
commit 4330dc14d2
46 changed files with 168 additions and 75 deletions

View File

@@ -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 {