mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various Fixes
This commit is contained in:
@@ -602,7 +602,6 @@ static CGPoint TGCameraControllerClampPointToScreenSize(__unused id self, __unus
|
||||
|
||||
TGDispatchOnMainThread(^
|
||||
{
|
||||
[strongSelf->_previewView endTransitionAnimated:true];
|
||||
[strongSelf->_interfaceView setZoomLevel:1.0f displayNeeded:false];
|
||||
|
||||
if (!strongSelf->_dismissing)
|
||||
@@ -636,6 +635,8 @@ static CGPoint TGCameraControllerClampPointToScreenSize(__unused id self, __unus
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
[strongSelf->_previewView endTransitionAnimated:true];
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user