Fix contact number issue

This commit is contained in:
Sylvain Berfini 2012-09-27 11:57:32 +02:00
parent 728c676b29
commit b259902326

View file

@ -107,7 +107,7 @@ public class ContactFragment extends Fragment implements OnClickListener {
if (!displayChatAddressOnly) {
v.findViewById(R.id.dial).setOnClickListener(dialListener);
v.findViewById(R.id.dial).setTag(numberOrAddress);
v.findViewById(R.id.dial).setTag(displayednumberOrAddress);
} else {
v.findViewById(R.id.dial).setVisibility(View.GONE);
}