Fix contact details fragment

This commit is contained in:
Erwan Croze 2018-07-18 12:04:29 +02:00
parent fd9bb71ceb
commit a6ae825ef1
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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);