Various Fixes

This commit is contained in:
Ilya Laktyushin
2021-07-26 03:11:50 +03:00
parent e0d4cb86fe
commit e4f09f39fd
6 changed files with 139 additions and 62 deletions

View File

@@ -712,8 +712,7 @@ static CGPoint TGCameraControllerClampPointToScreenSize(__unused id self, __unus
TGDispatchOnMainThread(^
{
if (!strongSelf->_camera.isRecordingVideo)
[strongSelf->_interfaceView setFlashActive:active];
[strongSelf->_interfaceView setFlashActive:active];
});
};