Enable re-edit feature

Change-Id: I4c6a9ddf3f3c4eb35076f4ed27e009462cfc2e9e
main
satok 2010-07-20 20:19:21 +09:00
parent b42ceab02e
commit 40bd98816d
1 changed files with 0 additions and 2 deletions

View File

@ -716,7 +716,6 @@ public class LatinIME extends InputMethodService
// TODO: Uncomment this block when we enable re-editing feature
// If a word is selected
/*
if (isPredictionOn() && mJustRevertedSeparator == null
&& (candidatesStart == candidatesEnd || newSelStart != oldSelStart)
&& (newSelStart < newSelEnd - 1 || (!mPredicting))
@ -727,7 +726,6 @@ public class LatinIME extends InputMethodService
abortCorrection(false);
}
}
*/
}
@Override