This commit is contained in:
Pierre-Eric Pelloux-Prayer 2012-04-19 10:06:01 +02:00
parent 966c3ad85e
commit fb4e1387e5

View file

@ -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;
}