mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove a useles parens
...I could swear I had compiled :/ Change-Id: I4e1fb2b1dda0a4ceffe2082935395d05297c63ec
This commit is contained in:
parent
9a2a11e65b
commit
8a3d369840
@ -895,7 +895,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
||||
// state-related special processing to kick in.
|
||||
mSpaceState = SPACE_STATE_NONE;
|
||||
|
||||
if ((!mWordComposer.isComposingWord()) || selectionChanged || noComposingSpan)) {
|
||||
if ((!mWordComposer.isComposingWord()) || selectionChanged || noComposingSpan) {
|
||||
resetEntireInputState();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user