summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Cydia.mm')
-rw-r--r--Cydia.mm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 9cebd98..26c23c5 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -8547,7 +8547,8 @@ int main(int argc, char *argv[]) { _pooled
if ($GSFontSetUseLegacyFontMetrics != NULL)
$GSFontSetUseLegacyFontMetrics(YES);
- UIKeyboardDisableAutomaticAppearance();
+ // XXX: I have a feeling this was important
+ //UIKeyboardDisableAutomaticAppearance();
/* }}} */
Colon_ = UCLocalize("COLON_DELIMITED");