parent
4c66361d77
commit
b448dabaed
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ public class ContactDetailsFragment extends Fragment implements OnClickListener
|
|||
|
||||
TextView contactName = (TextView) view.findViewById(R.id.contact_name);
|
||||
contactName.setText(contact.getFullName());
|
||||
organization.setText((contact.getOrganization() != null) ? contact.getOrganization() : "");
|
||||
|
||||
TableLayout controls = (TableLayout) view.findViewById(R.id.controls);
|
||||
controls.removeAllViews();
|
||||
|
|
Loading…
Reference in a new issue