mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-21 13:48:11 +00:00
Fix video removing issue
This commit is contained in:
parent
1e2c07dba5
commit
649246d383
1 changed files with 2 additions and 0 deletions
|
|
@ -442,6 +442,8 @@ public class VideoCallActivity extends Activity implements
|
|||
BandwidthManager.getInstance().setUserRestriction(false);
|
||||
LinphoneManager.getInstance().resetCameraFromPreferences();
|
||||
finish();
|
||||
} else if (!call.getCurrentParamsCopy().getVideoEnabled()) {
|
||||
finish();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue