Merge "Use default implementation for onForwardingStopped() in action menu" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f25ea2fece
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user