You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for a magnificent component!
I saw the code you posted regarding working with RecyclerView but from my understanding it's related to touch events conflicts and this is irrelevant in my case, please see code below.
I have a fragment with a scrollview containing 6 smiley rating component and I have a recyclerview with a scrollview containing 6 smiley rating component. On both I have the following code (for simplicity, the example shows 2 components):
With the fragment/scrollview everything is working as expected but with the recyclerview/scrollview, the debugger shows the correct smiley selected but the actual selected smiley is 0.
Am I missing something?
Thanks
The text was updated successfully, but these errors were encountered:
The problem seems to be with mInflationDone which is false or in other words, the view thinks it's still not inflated. When not inside a recyclerview, this is true hence working.
The problem seems to be with mInflationDone which is false or in other words, the view thinks it's still not inflated. When not inside a recyclerview, this is true hence working.
Hi i'm having the same issue. The smileyrating is always at 0. Btw how to fix this inside the recycler view?
Hi
Thank you for a magnificent component!
I saw the code you posted regarding working with RecyclerView but from my understanding it's related to touch events conflicts and this is irrelevant in my case, please see code below.
I have a fragment with a scrollview containing 6 smiley rating component and I have a recyclerview with a scrollview containing 6 smiley rating component. On both I have the following code (for simplicity, the example shows 2 components):
With the fragment/scrollview everything is working as expected but with the recyclerview/scrollview, the debugger shows the correct smiley selected but the actual selected smiley is 0.
Am I missing something?
Thanks
The text was updated successfully, but these errors were encountered: