* commit '6f885d1bb1bfb964d4404abe8ee63f25d24e68e9': Fix: text selection bubbles move along with the text
This commit is contained in:
@@ -1806,6 +1806,7 @@ public class Editor {
|
|||||||
// When the cursor moves, the word that was typed may need spell check
|
// When the cursor moves, the word that was typed may need spell check
|
||||||
mSpellChecker.onSelectionChanged();
|
mSpellChecker.onSelectionChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!extractedTextModeWillBeStarted()) {
|
if (!extractedTextModeWillBeStarted()) {
|
||||||
if (isCursorInsideEasyCorrectionSpan()) {
|
if (isCursorInsideEasyCorrectionSpan()) {
|
||||||
mShowSuggestionRunnable = new Runnable() {
|
mShowSuggestionRunnable = new Runnable() {
|
||||||
@@ -4113,6 +4114,10 @@ public class Editor {
|
|||||||
|
|
||||||
public void show() {
|
public void show() {
|
||||||
getHandle().show();
|
getHandle().show();
|
||||||
|
|
||||||
|
if (mSelectionModifierCursorController != null) {
|
||||||
|
mSelectionModifierCursorController.hide();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void hide() {
|
public void hide() {
|
||||||
|
|||||||
Reference in New Issue
Block a user