summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-05-16 20:04:39 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2014-05-16 20:04:55 -0700
commit20d59843c0902fc663f66f32cb906cbe7869cb57 (patch)
tree18dc15448ece9d7d9e54fd79faca28b68d43cddd
parentf6047e7dc658702c729e38043dd7556fbcb68940 (diff)
This isn't strictly neccessary, but let's be safe.
-rw-r--r--MobileCydia.mm3
1 files changed, 3 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 2fcb90e..555cb0a 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -6872,6 +6872,9 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi
}
- (void) beginUpdate {
+ if (updating_)
+ return;
+
UIViewController *controller([[self viewControllers] objectAtIndex:1]);
UITabBarItem *item([controller tabBarItem]);