Message preview and effect improvements

This commit is contained in:
Isaac
2024-05-21 00:02:55 +04:00
parent b420532822
commit fe788ed9ea
26 changed files with 568 additions and 276 deletions

View File

@@ -8,6 +8,7 @@ final class NavigationOverlayContainer: ASDisplayNode {
let blocksInteractionUntilReady: Bool
private(set) var isReady: Bool = false
var isRemoved: Bool = false
var isReadyUpdated: (() -> Void)?
private var isReadyDisposable: Disposable?