From: Jay Freeman (saurik) Date: Sat, 17 May 2014 03:04:39 +0000 (-0700) Subject: This isn't strictly neccessary, but let's be safe. X-Git-Tag: v1.1.10~66 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/20d59843c0902fc663f66f32cb906cbe7869cb57 This isn't strictly neccessary, but let's be safe. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 2fcb90e3..555cb0af 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]);