Fixed issue with video dialog in call

This commit is contained in:
Sylvain Berfini 2018-12-12 10:02:10 +01:00
parent a21958e131
commit 0e504d2a20

View file

@ -1238,7 +1238,7 @@ public class CallActivity extends LinphoneGenericActivity
WindowManager.LayoutParams.MATCH_PARENT);
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));
mDialog.findViewById(R.id.dialog_delete_button).setVisibility(View.GONE);
Button accept = mDialog.findViewById(R.id.dialog_ok_button);