Hack no longer needed
This commit is contained in:
parent
02037cac18
commit
5a71c2baca
1 changed files with 0 additions and 7 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue