mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
call: reposition preview on call start
This commit is contained in:
parent
39a6619dbd
commit
a3859200ef
1 changed files with 2 additions and 0 deletions
|
|
@ -147,6 +147,8 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
linphone_core_set_native_video_window_id(LC, (__bridge void *)(_videoView));
|
||||
linphone_core_set_native_preview_window_id(LC, (__bridge void *)(_videoPreview));
|
||||
|
||||
[self previewTouchLift];
|
||||
|
||||
// Enable tap
|
||||
[singleFingerTap setEnabled:TRUE];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue