mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Improve front camera fov in dual mode
This commit is contained in:
@@ -48,7 +48,7 @@ public class CameraSimplePreviewView: UIView {
|
||||
public init(frame: CGRect, main: Bool) {
|
||||
super.init(frame: frame)
|
||||
|
||||
self.videoPreviewLayer.videoGravity = .resizeAspectFill
|
||||
self.videoPreviewLayer.videoGravity = main ? .resizeAspectFill : .resizeAspect
|
||||
|
||||
self.placeholderView.contentMode = .scaleAspectFill
|
||||
self.addSubview(self.placeholderView)
|
||||
|
||||
Reference in New Issue
Block a user