Skip to content

Commit eed0dad

Browse files
Closes #181
//FREEBIE
1 parent 3072e85 commit eed0dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Signal/src/contact/ContactsManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ +(NSDictionary *)groupContactsByFirstLetter:(NSArray *)contacts matchingSearchSt
324324
}];
325325

326326
return [matchingContacts groupBy:^id(Contact *contact) {
327-
NSString *nameToUse = @"";
327+
NSString *nameToUse = @" ";
328328

329329
BOOL firstNameOrdering = ABPersonGetSortOrdering() == kABPersonCompositeNameFormatFirstNameFirst?YES:NO;
330330

0 commit comments

Comments
 (0)