We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3072e85 commit eed0dadCopy full SHA for eed0dad
Signal/src/contact/ContactsManager.m
@@ -324,7 +324,7 @@ +(NSDictionary *)groupContactsByFirstLetter:(NSArray *)contacts matchingSearchSt
324
}];
325
326
return [matchingContacts groupBy:^id(Contact *contact) {
327
- NSString *nameToUse = @"";
+ NSString *nameToUse = @" ";
328
329
BOOL firstNameOrdering = ABPersonGetSortOrdering() == kABPersonCompositeNameFormatFirstNameFirst?YES:NO;
330
0 commit comments