Various improvements [skip ci]

This commit is contained in:
Ilya Laktyushin
2025-02-12 22:15:02 +04:00
parent 8c523ec741
commit 2f2a27f0d2
130 changed files with 5126 additions and 1700 deletions

View File

@@ -150,7 +150,7 @@ open class AlertController: ViewController, StandalonePresentableController, Key
self.presentingViewController?.dismiss(animated: false, completion: completion)
}
public func dismissAnimated() {
open func dismissAnimated() {
self.controllerNode.animateOut { [weak self] in
self?.dismiss()
}