Fix ZRTP popup
This commit is contained in:
parent
a772ab303e
commit
c7bc95e28a
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ public class StatusFragment extends Fragment {
|
||||||
TextView customText = (TextView) ZRTPdialog.findViewById(R.id.customText);
|
TextView customText = (TextView) ZRTPdialog.findViewById(R.id.customText);
|
||||||
String newText = getString(R.string.zrtp_dialog).replace("%s", call.getAuthenticationToken());
|
String newText = getString(R.string.zrtp_dialog).replace("%s", call.getAuthenticationToken());
|
||||||
customText.setText(newText);
|
customText.setText(newText);
|
||||||
Button delete = (Button) ZRTPdialog.findViewById(R.id.delete);
|
Button delete = (Button) ZRTPdialog.findViewById(R.id.delete_button);
|
||||||
delete.setText(R.string.accept);
|
delete.setText(R.string.accept);
|
||||||
Button cancel = (Button) ZRTPdialog.findViewById(R.id.cancel);
|
Button cancel = (Button) ZRTPdialog.findViewById(R.id.cancel);
|
||||||
cancel.setText(R.string.deny);
|
cancel.setText(R.string.deny);
|
||||||
|
|
Loading…
Reference in a new issue