mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 02:45:25 +00:00
Using chips for adding/viewing contact categories
This commit is contained in:
committed by
Francis Lachapelle
parent
8557b2a161
commit
a166d1b4cf
@@ -161,7 +161,7 @@
|
||||
contactCategories = [card categories];
|
||||
if (contactCategories)
|
||||
{
|
||||
newCats = [cats mergedArrayWithArray: contactCategories];
|
||||
newCats = [cats mergedArrayWithArray: [contactCategories trimmedComponents]];
|
||||
if ([newCats count] != [cats count])
|
||||
{
|
||||
cats = [newCats sortedArrayUsingSelector:
|
||||
|
||||
Reference in New Issue
Block a user