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

Commit 36e09451 authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

Merge "Use default implementation for onForwardingStopped() in action menu" into nyc-dev

am: f25ea2fe

* commit 'f25ea2fe':
  Use default implementation for onForwardingStopped() in action menu

Change-Id: I884e15fce160a4cdefbad3418bfe6213f1977a1e
parents 7cc92c6d f25ea2fe
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -346,16 +346,6 @@ public class ActionMenuItemView extends TextView
            }
            return false;
        }

        @Override
        protected boolean onForwardingStopped() {
            final ShowableListMenu popup = getPopup();
            if (popup != null) {
                popup.dismiss();
                return true;
            }
            return false;
        }
    }

    public static abstract class PopupCallback {