From: Jay Freeman (saurik) Date: Wed, 22 Dec 2010 06:48:45 +0000 (-0800) Subject: Remove (non-functional) shake-to-undo mechanism. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/b36d38d148a03d0e4ac4770c4e9f8b12bc5c42ba Remove (non-functional) shake-to-undo mechanism. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 98243467..3837d7b6 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8965,6 +8965,9 @@ static _finline void _setHomePage(Cydia *self) { _trace(); CydiaApp = self; + if ([self respondsToSelector:@selector(setApplicationSupportsShakeToEdit:)]) + [self setApplicationSupportsShakeToEdit:NO]; + [NSURLCache setSharedURLCache:[[[SDURLCache alloc] initWithMemoryCapacity:524288 diskCapacity:10485760