am a8c8ab1c: Remove an excessive parens
* commit 'a8c8ab1cb4f148693ebf8443c62b029db0840d26': Remove an excessive parensmain
commit
cd22c011ba
|
@ -1203,7 +1203,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
||||||
// To swap it, we fool handleSeparator to think the previous space state was a
|
// To swap it, we fool handleSeparator to think the previous space state was a
|
||||||
// magic space.
|
// magic space.
|
||||||
if (Keyboard.CODE_SPACE == toLeft && mSpaceState == SPACE_STATE_WEAK
|
if (Keyboard.CODE_SPACE == toLeft && mSpaceState == SPACE_STATE_WEAK
|
||||||
&& mSettingsValues.isMagicSpaceSwapper(code))) {
|
&& mSettingsValues.isMagicSpaceSwapper(code)) {
|
||||||
mSpaceState = SPACE_STATE_MAGIC;
|
mSpaceState = SPACE_STATE_MAGIC;
|
||||||
shouldRegisterSwapPunctuation = true;
|
shouldRegisterSwapPunctuation = true;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue