From 5a71c2baca857124733cd54fc2996726361c1c32 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 25 May 2012 14:34:51 +0200 Subject: [PATCH] Hack no longer needed --- src/org/linphone/VideoCallActivity.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/org/linphone/VideoCallActivity.java b/src/org/linphone/VideoCallActivity.java index 6aa0a8b8d..bb238d446 100755 --- a/src/org/linphone/VideoCallActivity.java +++ b/src/org/linphone/VideoCallActivity.java @@ -197,13 +197,6 @@ public class VideoCallActivity extends Activity implements speaker.setEnabled(false); } } - - // Hack to force the redraw of the preview - // Camera will be re-enabled in onResume just after anyway - shouldRestartVideoOnResume = true; - LinphoneCall currentCall = LinphoneManager.getLc().getCurrentCall(); - if (currentCall != null) - currentCall.enableCamera(false); } void updateQualityOfSignalIcon(float quality) {