mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fix display of organization field when reusing view
This commit is contained in:
parent
822478f457
commit
bb74f21dfb
1 changed files with 1 additions and 0 deletions
|
|
@ -504,6 +504,7 @@ public class ContactsListFragment extends Fragment implements OnClickListener, O
|
|||
String org = contact.getOrganization();
|
||||
if (org != null && !org.isEmpty()) {
|
||||
organization.setText(org);
|
||||
organization.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
organization.setVisibility(View.GONE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue