This repository has been archived by the owner on Jun 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 807
Click on a pinned item, not working properly #75
Comments
i am also facing same problem. mr. han4wluc are you solve the problem? |
unfortunately I was not |
I am trying to solve the issue. But I am only manage to solve when header are clicked, But can't manage when item is clicked. The issue no 49. describes little but not enough for me. |
the same problem on android n. The new view's mAttachInfo == null, so the click not perform. The code in VIew.java:
It return true,so performClick() not excute.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I click on a pinned item (only when it is floating on the top) , it calls the click on the item behind it instead.
I have a setOnItemClickListener on the list view. and setClickListener on the pinned item inside the adapter.
The text was updated successfully, but these errors were encountered: