From baf95837254c78c396f671e76348deb2d6c8236b Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 15 Nov 2010 14:37:07 -0800 Subject: [PATCH] Remove call to [UIKeyboard initImplementationNow] during startup: it costs 0.04s and doesn't seem required. --- MobileCydia.mm | 2 -- 1 file changed, 2 deletions(-) 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]; -- 2.45.2