فهرست منبع

1.修改iOS Apex Mobile Communitaction CC联系人选择。

Pen Li 8 سال پیش
والد
کامیت
c14eeda82d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Apex Mobile/Apex Mobile/DetailPageViewController.m

+ 1 - 1
Apex Mobile/Apex Mobile/DetailPageViewController.m

@@ -1881,7 +1881,7 @@
     }
     NSMutableDictionary* segment = [self.content.segments[indexPath.section] mutableCopy];
     NSString *oldCC = [segment objectForKey:@"cc"];
-    if (oldCC == nil) {
+    if (oldCC == nil || oldCC.length == 0) {
         oldCC = cc;
     } else {
         if ([[oldCC substringFromIndex:oldCC.length - 1] isEqualToString:@";"]) {