mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove an excessive parens
Change-Id: If8aa4253ab0f664e628ed7f4d7a3adc02a898cc7
This commit is contained in:
parent
9de5cfc67a
commit
a8c8ab1cb4
@ -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…
x
Reference in New Issue
Block a user