Loading core/java/android/widget/Editor.java +1 −1 Original line number Diff line number Diff line Loading @@ -516,7 +516,7 @@ public class Editor { } private void hideCursorControllers() { if (mSuggestionsPopupWindow != null && !mSuggestionsPopupWindow.isShowingUp()) { if (mSuggestionsPopupWindow != null && mSuggestionsPopupWindow.isShowingUp()) { // Should be done before hide insertion point controller since it triggers a show of it mSuggestionsPopupWindow.hide(); } Loading Loading
core/java/android/widget/Editor.java +1 −1 Original line number Diff line number Diff line Loading @@ -516,7 +516,7 @@ public class Editor { } private void hideCursorControllers() { if (mSuggestionsPopupWindow != null && !mSuggestionsPopupWindow.isShowingUp()) { if (mSuggestionsPopupWindow != null && mSuggestionsPopupWindow.isShowingUp()) { // Should be done before hide insertion point controller since it triggers a show of it mSuggestionsPopupWindow.hide(); } Loading