mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-07 14:58:24 +00:00
reduce timing between audio and video activity when calling someone
This commit is contained in:
parent
14e57fcc72
commit
44c2bc9419
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ public class LinphoneActivity extends TabActivity implements ContactPicked
|
|||
boolean videoEnabled = call.cameraEnabled() && call.getCurrentParamsCopy().getVideoEnabled();
|
||||
if (videoEnabled) {
|
||||
finishActivity(incall_activity);
|
||||
startVideoActivity(call, 1000);
|
||||
startVideoActivity(call, 0);
|
||||
} else {
|
||||
finishActivity(video_activity);
|
||||
startIncallActivity();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue