* commit '6ebe0bdce26684cb37a2c509a462236f694ae178': Fix: Selection handles can remain on home screen.
This commit is contained in:
@@ -1186,7 +1186,7 @@ public class Editor {
|
|||||||
final InputMethodManager imm = InputMethodManager.peekInstance();
|
final InputMethodManager imm = InputMethodManager.peekInstance();
|
||||||
final boolean immFullScreen = (imm != null && imm.isFullscreenMode());
|
final boolean immFullScreen = (imm != null && imm.isFullscreenMode());
|
||||||
if (mSelectionModifierCursorController != null && mTextView.hasSelection()
|
if (mSelectionModifierCursorController != null && mTextView.hasSelection()
|
||||||
&& !immFullScreen) {
|
&& !immFullScreen && mTextActionMode != null) {
|
||||||
mSelectionModifierCursorController.show();
|
mSelectionModifierCursorController.show();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user