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) {