]> git.saurik.com Git - cydia.git/commitdiff
This isn't strictly neccessary, but let's be safe.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 17 May 2014 03:04:39 +0000 (20:04 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 17 May 2014 03:04:55 +0000 (20:04 -0700)
MobileCydia.mm

index 2fcb90e3df052f78823a2b41dd20e20ae9303f42..555cb0aff00e4a04003c8c49fe0c3e7172c3d5f2 100644 (file)
@@ -6872,6 +6872,9 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi
 }
 
 - (void) beginUpdate {
+    if (updating_)
+        return;
+
     UIViewController *controller([[self viewControllers] objectAtIndex:1]);
     UITabBarItem *item([controller tabBarItem]);