mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Upgrade Kotlin, AGP, Gradle versions and bring in kotlinx-serialization for use with navigation-compose.
This commit is contained in:
committed by
Greyson Parrelli
parent
957ddc82b5
commit
736811393f
@@ -144,7 +144,7 @@ class CameraXVideoCaptureHelper implements CameraButtonView.VideoCaptureListener
|
||||
.execute();
|
||||
}
|
||||
|
||||
@SuppressLint("RestrictedApi")
|
||||
@SuppressLint({"RestrictedApi", "MissingPermission"})
|
||||
private void beginCameraRecording() {
|
||||
cameraXModePolicy.setToVideo(cameraController);
|
||||
this.cameraController.setZoomRatio(getDefaultVideoZoomRatio());
|
||||
|
||||
Reference in New Issue
Block a user