mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-03 06:46:25 +00:00
Fix contact number issue
This commit is contained in:
parent
34ba2f0204
commit
5ba538646c
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…
Add table
Reference in a new issue