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

Commit 926808dc authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 533274 - Menu key opens wrong menu in action mode"

parents c395530d 012da5a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -759,7 +759,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
        if (mPanelChordingKey != 0) {
            mPanelChordingKey = 0;

            if (event.isCanceled()) {
            if (event.isCanceled() || (mDecor != null && mDecor.mActionMode != null)) {
                return;
            }