mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-21 13:48:11 +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) {
|
||||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue