Fixed issue with video dialog in call
This commit is contained in:
parent
a21958e131
commit
0e504d2a20
1 changed files with 1 additions and 1 deletions
|
@ -1238,7 +1238,7 @@ public class CallActivity extends LinphoneGenericActivity
|
||||||
WindowManager.LayoutParams.MATCH_PARENT);
|
WindowManager.LayoutParams.MATCH_PARENT);
|
||||||
mDialog.getWindow().setBackgroundDrawable(d);
|
mDialog.getWindow().setBackgroundDrawable(d);
|
||||||
|
|
||||||
TextView customText = mDialog.findViewById(R.id.customText);
|
TextView customText = mDialog.findViewById(R.id.dialog_message);
|
||||||
customText.setText(getResources().getString(R.string.add_video_dialog));
|
customText.setText(getResources().getString(R.string.add_video_dialog));
|
||||||
mDialog.findViewById(R.id.dialog_delete_button).setVisibility(View.GONE);
|
mDialog.findViewById(R.id.dialog_delete_button).setVisibility(View.GONE);
|
||||||
Button accept = mDialog.findViewById(R.id.dialog_ok_button);
|
Button accept = mDialog.findViewById(R.id.dialog_ok_button);
|
||||||
|
|
Loading…
Reference in a new issue