From: Jay Freeman (saurik) Date: Wed, 5 Nov 2014 06:23:32 +0000 (-0800) Subject: If we go by the book, sec.s could seem like min.s. X-Git-Tag: v1.1.16~5 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/6218c58ce1228c98d2fc8da5ff22fb23b01c051b?ds=sidebyside If we go by the book, sec.s could seem like min.s. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index e491c734..7316a245 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9760,12 +9760,12 @@ _end NSTimeInterval interval([closed timeIntervalSinceNow]); - if (interval <= -(30)) { + if (interval <= -(30*60)) { [tabbar_ setSelectedIndex:0]; [[[tabbar_ viewControllers] objectAtIndex:0] popToRootViewControllerAnimated:NO]; } - if (interval <= -(15)) { + if (interval <= -(15*60)) { if (IsReachable("cydia.saurik.com")) { [tabbar_ beginUpdate]; [appcache_ reloadURLWithCache:YES];