This commit is contained in:
Isaac
2025-11-04 17:26:02 +04:00
parent d11fe92d67
commit b427a8d4ca
8 changed files with 217 additions and 151 deletions

View File

@@ -178,6 +178,7 @@ final class CameraLiveStreamComponent: Component {
hideUI: false,
visibilityFraction: 1.0,
isPanning: false,
isCentral: true,
pinchState: nil,
presentController: { c, a in
// guard let self, let environment = self.environment else {