diff options
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"); |