mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Enable re-edit feature
Change-Id: I4c6a9ddf3f3c4eb35076f4ed27e009462cfc2e9e
This commit is contained in:
parent
b42ceab02e
commit
40bd98816d
@ -716,7 +716,6 @@ public class LatinIME extends InputMethodService
|
|||||||
|
|
||||||
// TODO: Uncomment this block when we enable re-editing feature
|
// TODO: Uncomment this block when we enable re-editing feature
|
||||||
// If a word is selected
|
// If a word is selected
|
||||||
/*
|
|
||||||
if (isPredictionOn() && mJustRevertedSeparator == null
|
if (isPredictionOn() && mJustRevertedSeparator == null
|
||||||
&& (candidatesStart == candidatesEnd || newSelStart != oldSelStart)
|
&& (candidatesStart == candidatesEnd || newSelStart != oldSelStart)
|
||||||
&& (newSelStart < newSelEnd - 1 || (!mPredicting))
|
&& (newSelStart < newSelEnd - 1 || (!mPredicting))
|
||||||
@ -727,7 +726,6 @@ public class LatinIME extends InputMethodService
|
|||||||
abortCorrection(false);
|
abortCorrection(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user