am f3be3ddf: Merge "Fix: Selection handles can remain on home screen." into mnc-dev
* commit 'f3be3ddfd86c362f21948b8253bf8a88a710ed82': 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 boolean immFullScreen = (imm != null && imm.isFullscreenMode());
|
||||
if (mSelectionModifierCursorController != null && mTextView.hasSelection()
|
||||
&& !immFullScreen) {
|
||||
&& !immFullScreen && mTextActionMode != null) {
|
||||
mSelectionModifierCursorController.show();
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user