Improve video request popup
This commit is contained in:
parent
9a4110ff94
commit
14a8c4d72f
1 changed files with 9 additions and 0 deletions
|
@ -36,6 +36,7 @@ import org.linphone.ui.Numpad;
|
||||||
|
|
||||||
import android.annotation.SuppressLint;
|
import android.annotation.SuppressLint;
|
||||||
import android.app.Activity;
|
import android.app.Activity;
|
||||||
|
import android.content.DialogInterface;
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
import android.content.res.Configuration;
|
import android.content.res.Configuration;
|
||||||
import android.content.res.Resources;
|
import android.content.res.Resources;
|
||||||
|
@ -1257,6 +1258,14 @@ public class InCallActivity extends FragmentActivity implements
|
||||||
|
|
||||||
return view;
|
return view;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onCancel(DialogInterface dialog) {
|
||||||
|
super.onCancel(dialog);
|
||||||
|
|
||||||
|
callUpdateDialog = new AcceptCallUpdateDialog();
|
||||||
|
callUpdateDialog.show(getSupportFragmentManager(), "Accept Call Update Dialog");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void displayConferenceHeader() {
|
private void displayConferenceHeader() {
|
||||||
|
|
Loading…
Reference in a new issue