Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4f8ae4e authored by wangjing's avatar wangjing
Browse files

Revert "MMS: Fix the edit options menu disappear after click edit button"

This reverts commit a7a63726cb5ae7899aee8881a79d05d1808ff65f.

Change-Id: I15d4c4c4b2154866dc231a612eece770dfcc3b75
CRs-Fixed: 815614
parent b6c4d3ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
        }