From 5fd2fb2b15b77e0b8274ec1d78b55260b29571bd Mon Sep 17 00:00:00 2001 From: ryanzhao Date: Wed, 10 Jun 2020 16:13:45 +1000 Subject: [PATCH] Fix photo blurriness (from .medium to .high) --- Signal/src/ViewControllers/Photos/PhotoCapture.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/Photos/PhotoCapture.swift b/Signal/src/ViewControllers/Photos/PhotoCapture.swift index ff10bf91e..95e41a28a 100644 --- a/Signal/src/ViewControllers/Photos/PhotoCapture.swift +++ b/Signal/src/ViewControllers/Photos/PhotoCapture.swift @@ -114,7 +114,7 @@ class PhotoCapture: NSObject { if self.session.canAddOutput(movieOutput) { self.session.addOutput(movieOutput) - self.session.sessionPreset = .medium + self.session.sessionPreset = .high if let connection = movieOutput.connection(with: .video) { if connection.isVideoStabilizationSupported { connection.preferredVideoStabilizationMode = .auto