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…
Reference in New Issue