mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 21:18:07 +00:00
Fix pause in videocall
This commit is contained in:
parent
6dea1c450e
commit
9aee2dd375
1 changed files with 5 additions and 0 deletions
|
|
@ -502,6 +502,11 @@ public class LinphoneActivity extends TabActivity implements ContactPicked
|
|||
startIncallActivity();
|
||||
}
|
||||
}
|
||||
|
||||
if (state == LinphoneCall.State.PausedByRemote) {
|
||||
finishActivity(video_activity);
|
||||
startIncallActivity();
|
||||
}
|
||||
|
||||
if (state==State.Error){
|
||||
showToast(R.string.call_error, message);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue