Comment out re-editing feature
Change-Id: Ib4ffee3a00b8dae75e3472ccdfcb3765625ed4edmain
parent
9dc82cb77e
commit
f336adc4bf
|
@ -715,7 +715,8 @@ 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))
|
||||||
&& !mVoiceInputHighlighted) {
|
&& !mVoiceInputHighlighted) {
|
||||||
|
@ -724,7 +725,8 @@ public class LatinIME extends InputMethodService
|
||||||
} else {
|
} else {
|
||||||
abortCorrection(false);
|
abortCorrection(false);
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue