diff options
author | 2012-11-16 17:49:22 -0800 | |
---|---|---|
committer | 2012-11-16 17:49:22 -0800 | |
commit | 5986931fcb0137a2a1f4886bb9498026bdf8eb68 (patch) | |
tree | e4ce89f4dbcab883dbc922834941bdc11cee20d3 /java/src/com/android/inputmethod/latin/SettingsValues.java | |
parent | 6ce66d1c7d4a5be9c6ed33e4f881994283d5eee9 (diff) | |
download | latinime-5986931fcb0137a2a1f4886bb9498026bdf8eb68.tar.gz latinime-5986931fcb0137a2a1f4886bb9498026bdf8eb68.tar.xz latinime-5986931fcb0137a2a1f4886bb9498026bdf8eb68.zip |
Revert "Only add spaces automatically when appropriate."
This reverts commit 6ce66d1c7d4a5be9c6ed33e4f881994283d5eee9
Change-Id: I90004a5fea0bc7999ecf8742f883ff4dac264d8a
bug: 7565414
Diffstat (limited to 'java/src/com/android/inputmethod/latin/SettingsValues.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/SettingsValues.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/src/com/android/inputmethod/latin/SettingsValues.java b/java/src/com/android/inputmethod/latin/SettingsValues.java index 6bf37aa92..2a778aa0d 100644 --- a/java/src/com/android/inputmethod/latin/SettingsValues.java +++ b/java/src/com/android/inputmethod/latin/SettingsValues.java @@ -271,10 +271,6 @@ public final class SettingsValues { return mPhantomSpacePromotingSymbols.contains(String.valueOf((char)code)); } - public boolean shouldInsertSpacesAutomatically() { - return mInputAttributes.shouldInsertSpacesAutomatically(); - } - private static boolean isAutoCorrectEnabled(final Resources res, final String currentAutoCorrectionSetting) { final String autoCorrectionOff = res.getString( |