Hack no longer needed

This commit is contained in:
Sylvain Berfini 2012-05-25 14:34:51 +02:00
parent 02037cac18
commit 5a71c2baca

View file

@ -197,13 +197,6 @@ public class VideoCallActivity extends Activity implements
speaker.setEnabled(false); 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) { void updateQualityOfSignalIcon(float quality) {