From: Jay Freeman (saurik) Date: Mon, 15 Nov 2010 22:37:07 +0000 (-0800) Subject: Remove call to [UIKeyboard initImplementationNow] during startup: it costs 0.04s... X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/baf95837254c78c396f671e76348deb2d6c8236b Remove call to [UIKeyboard initImplementationNow] during startup: it costs 0.04s and doesn't seem required. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 2d861b14..5517141b 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8739,8 +8739,6 @@ static _finline void _setHomePage(Cydia *self) { return; } - [UIKeyboard initImplementationNow]; - [window_ setUserInteractionEnabled:NO]; UIView *container = [[UIView alloc] init];