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

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

Merge "Use default implementation for onForwardingStopped() in action menu"...

Merge "Use default implementation for onForwardingStopped() in action menu" into nyc-dev am: f25ea2fe
am: 36e09451

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

Change-Id: Icee47b7ac6c1a5396ca65633230f4bdbde6d7c9c
parents 4c04e0f5 36e09451
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 {