diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-16 20:04:39 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-16 20:04:55 -0700 |
commit | 20d59843c0902fc663f66f32cb906cbe7869cb57 (patch) | |
tree | 18dc15448ece9d7d9e54fd79faca28b68d43cddd /MobileCydia.mm | |
parent | f6047e7dc658702c729e38043dd7556fbcb68940 (diff) |
This isn't strictly neccessary, but let's be safe.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 3 |
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]); |