Various improvements

This commit is contained in:
Ilya Laktyushin
2023-11-22 03:24:33 +04:00
parent 31eb1081df
commit 90f09a13e4
134 changed files with 8488 additions and 3171 deletions

View File

@@ -946,8 +946,6 @@ private final class MediaToolsScreenComponent: Component {
}
}
private let storyDimensions = CGSize(width: 1080.0, height: 1920.0)
public final class MediaToolsScreen: ViewController {
fileprivate final class Node: ViewControllerTracingNode, UIGestureRecognizerDelegate {
private weak var controller: MediaToolsScreen?