mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 11:58:09 +00:00
Improve video request popup
This commit is contained in:
parent
bb0daad9a6
commit
383a41cf8c
1 changed files with 9 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ import org.linphone.ui.Numpad;
|
|||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.app.Activity;
|
||||
import android.content.DialogInterface;
|
||||
import android.content.Intent;
|
||||
import android.content.res.Configuration;
|
||||
import android.content.res.Resources;
|
||||
|
|
@ -1257,6 +1258,14 @@ public class InCallActivity extends FragmentActivity implements
|
|||
|
||||
return view;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onCancel(DialogInterface dialog) {
|
||||
super.onCancel(dialog);
|
||||
|
||||
callUpdateDialog = new AcceptCallUpdateDialog();
|
||||
callUpdateDialog.show(getSupportFragmentManager(), "Accept Call Update Dialog");
|
||||
}
|
||||
}
|
||||
|
||||
private void displayConferenceHeader() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue