mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Remove an out-of-place check
Bug: 11584525 Change-Id: I76cc3e4ee21d62fbd56042adcf085efd5cafb53f
This commit is contained in:
parent
7033338017
commit
e4022137ee
@ -1457,7 +1457,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||
|
||||
private boolean maybeDoubleSpacePeriod() {
|
||||
final SettingsValues currentSettingsValues = mSettings.getCurrent();
|
||||
if (!currentSettingsValues.mCorrectionEnabled) return false;
|
||||
if (!currentSettingsValues.mUseDoubleSpacePeriod) return false;
|
||||
if (!mHandler.isAcceptingDoubleSpacePeriod()) return false;
|
||||
// We only do this when we see two spaces and an accepted code point before the cursor.
|
||||
|
Loading…
Reference in New Issue
Block a user