forked from mirrors/linphone-iphone
Fix typo
This commit is contained in:
parent
966c3ad85e
commit
fb4e1387e5
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@
|
|||
|
||||
if (enableVideo) {
|
||||
LinphoneCall* call = linphone_core_get_current_call([LinphoneManager getLc]);
|
||||
v if (show && call && linphone_call_params_video_enabled(linphone_call_get_current_params(call))) {
|
||||
if (show && call && linphone_call_params_video_enabled(linphone_call_get_current_params(call))) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue