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

Commit 3d3da27a authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 2911529

Change-Id: I18d7f5d8a300bbc73ef721c5d4deb200d6a490b8
parent 943fbb4f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -92,7 +92,9 @@ public class MenuPopupHelper implements AdapterView.OnItemClickListener, View.On
    }

    public void dismiss() {
        if (isShowing()) {
            mPopup.dismiss();
        }
        mPopup = null;
    }