Allow camera when in compact layout on iPad

This commit is contained in:
Ilya Laktyushin
2019-11-01 22:54:04 +04:00
parent 0505eb574e
commit 360ea4af45

View File

@@ -257,10 +257,7 @@
{
if (![[[LegacyComponentsGlobals provider] accessChecker] checkCameraAuthorizationStatusForIntent:TGCameraAccessIntentDefault alertDismissCompletion:nil])
return;
if ([_context currentlyInSplitView])
return;
if ([TGCameraController useLegacyCamera])
{
[self _displayLegacyCamera];