Merge "Avoid closing PopUpContainer immediately after view is clicked." into tm-dev

This commit is contained in:
Jon Miranda
2022-03-31 17:08:33 +00:00
committed by Android (Google) Code Review
@@ -148,7 +148,6 @@ public class PopupContainerWithArrow<T extends Context & ActivityContext>
public OnClickListener getItemClickListener() {
return (view) -> {
mActivityContext.getItemOnClickListener().onClick(view);
close(true);
};
}