diff --git a/UI/Contacts/UIxContactView.m b/UI/Contacts/UIxContactView.m index 2dc5856a2..33742809e 100644 --- a/UI/Contacts/UIxContactView.m +++ b/UI/Contacts/UIxContactView.m @@ -373,7 +373,9 @@ - (BOOL) hasOtherInfos { - return ([card note] || [card bday] || [card tz]); + return ([[card note] length] > 0 + || [[card bday] length] > 0 + || [[card tz] length] > 0); } - (NSString *) bday