mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-09 12:56:15 +10:00
Temp workaround for group ---- heading release
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ DEPENDENCIES:
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
MZFayeClient:
|
||||
:path: ../CatchLib-iOS/MZFayeClient/
|
||||
:path: "../CatchLib-iOS/MZFayeClient/"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
1PasswordExtension: 676a216461ffa9189db66541b5a2465e10ae4743
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>150</string>
|
||||
<string>152</string>
|
||||
<key>Fabric</key>
|
||||
<dict>
|
||||
<key>APIKey</key>
|
||||
|
||||
@@ -503,6 +503,10 @@ func syncGroupsAndDoFurtherAction(furtherAction: () -> Void) {
|
||||
|
||||
//println("allGroups: \(allGroups)")
|
||||
|
||||
if allGroups.count == 0 { // Workaround for empty group
|
||||
return
|
||||
}
|
||||
|
||||
dispatch_async(realmQueue) {
|
||||
|
||||
// 先整理出所有的 group 的 groupID
|
||||
|
||||
Reference in New Issue
Block a user