Merge "Avoid closing PopUpContainer immediately after view is clicked." into tm-dev
This commit is contained in:
@@ -148,7 +148,6 @@ public class PopupContainerWithArrow<T extends Context & ActivityContext>
|
||||
public OnClickListener getItemClickListener() {
|
||||
return (view) -> {
|
||||
mActivityContext.getItemOnClickListener().onClick(view);
|
||||
close(true);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user