diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-15 14:37:07 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-15 14:40:27 -0800 |
commit | e9dc2081a96011aaeb8a88cfddeb7e8c161aa73a (patch) | |
tree | adcfb75a736be3c4589a85957bf335429d875a13 | |
parent | 8e4e80cbb2bc276b4171815373e236b4188f0cc8 (diff) |
Remove call to [UIKeyboard initImplementationNow] during startup: it costs 0.04s and doesn't seem required.
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 2d861b1..5517141 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]; |