mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Allow video message zoom for all cameras
This commit is contained in:
parent
dc8ad69c26
commit
cf314344bc
@ -918,10 +918,7 @@ static CGFloat angleOffsetFromPortraitOrientationToOrientation(AVCaptureVideoOri
|
||||
{
|
||||
if (![device respondsToSelector:@selector(setVideoZoomFactor:)])
|
||||
return false;
|
||||
|
||||
if (device.position == AVCaptureDevicePositionFront)
|
||||
return false;
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user