[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

@@ -163,7 +163,7 @@ public final class ReactionListContextMenuContent: ContextControllerItemsContent
}
strongSelf.file = file
strongSelf.updateReactionLayer()
})
}).strict()
}
} else {
let iconNode = ASImageNode()
@@ -507,7 +507,7 @@ public final class ReactionListContextMenuContent: ContextControllerItemsContent
}
strongSelf.file = file
strongSelf.updateReactionLayer()
})
}).strict()
}
} else {
self.file = nil
@@ -825,7 +825,7 @@ public final class ReactionListContextMenuContent: ContextControllerItemsContent
itemNode.layer.animateAlpha(from: 0.0, to: 1.0, duration: 0.2)
}
}
})
}).strict()
}
deinit {