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

This commit is contained in:
Alan Viverette
2016-03-29 18:25:30 +00:00
committed by Android (Google) Code Review

View File

@@ -346,16 +346,6 @@ public class ActionMenuItemView extends TextView
} }
return false; return false;
} }
@Override
protected boolean onForwardingStopped() {
final ShowableListMenu popup = getPopup();
if (popup != null) {
popup.dismiss();
return true;
}
return false;
}
} }
public static abstract class PopupCallback { public static abstract class PopupCallback {