Fix contact number issue
This commit is contained in:
parent
728c676b29
commit
b259902326
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ public class ContactFragment extends Fragment implements OnClickListener {
|
||||||
|
|
||||||
if (!displayChatAddressOnly) {
|
if (!displayChatAddressOnly) {
|
||||||
v.findViewById(R.id.dial).setOnClickListener(dialListener);
|
v.findViewById(R.id.dial).setOnClickListener(dialListener);
|
||||||
v.findViewById(R.id.dial).setTag(numberOrAddress);
|
v.findViewById(R.id.dial).setTag(displayednumberOrAddress);
|
||||||
} else {
|
} else {
|
||||||
v.findViewById(R.id.dial).setVisibility(View.GONE);
|
v.findViewById(R.id.dial).setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue