mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-24 07:08:09 +00:00
Fix contact details fragment
This commit is contained in:
parent
fd9bb71ceb
commit
a6ae825ef1
2 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@
|
|||
android:layout_height="1dp"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:background="@color/colorE"/>
|
||||
android:background="@color/colorH"/>
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
|
|
@ -208,9 +208,9 @@ public class ContactDetailsFragment extends Fragment implements OnClickListener
|
|||
}
|
||||
|
||||
String contactAddress = contact.getPresenceModelForUriOrTel(noa.getValue());
|
||||
if (contactAddress != null) {
|
||||
/*if (contactAddress != null) {
|
||||
v.findViewById(R.id.friendLinphone).setVisibility(View.VISIBLE);
|
||||
}
|
||||
}*/
|
||||
|
||||
if (!displayChatAddressOnly) {
|
||||
v.findViewById(R.id.contact_call).setOnClickListener(dialListener);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue