Allow Latin IME to cancel smiley-auto-correct consistenly
This change makes Latin IME behave consistently with regards to other auto-correction cancellations in cases of auto-correction cancellation after smiley-triggered auto-correction. That is, pressing the smiley key when the keyboard signals it's about to auto-correct will get the auto-correction there plus a smiley, and pressing backspace will cancel the auto-correction, and pressing backspace again will delete the smiley. Bug: 7067593 Change-Id: Ia7eef70a5d06b8b9afa1f1fbb0ed1dbc21a3059f
Showing
- java/src/com/android/inputmethod/latin/LastComposedWord.java 6 additions, 6 deletionsjava/src/com/android/inputmethod/latin/LastComposedWord.java
- java/src/com/android/inputmethod/latin/LatinIME.java 31 additions, 29 deletionsjava/src/com/android/inputmethod/latin/LatinIME.java
- java/src/com/android/inputmethod/latin/Utils.java 22 additions, 7 deletionsjava/src/com/android/inputmethod/latin/Utils.java
- java/src/com/android/inputmethod/latin/WordComposer.java 2 additions, 2 deletionsjava/src/com/android/inputmethod/latin/WordComposer.java
Loading
Please register or sign in to comment