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
I'm trying to setRating(SmileyRating.Type.GREAT.rating, true) in kotlin similar to your description but it not work for me, and always TERRIBLE is selected what is my mistake?
Faced the same problem and solved by adding a little delay in the setRating method
@mauricioguell-sagaci Can you please tell me what function you used for delaying? I've tried using Coroutines, Handler, runblocking, Timer, After the delay it sets the rating correct but the color on the faces are gone :(
I'm trying to setRating(SmileyRating.Type.GREAT.rating, true) in kotlin similar to your description but it not work for me, and always TERRIBLE is selected what is my mistake?
`
also, I try and it not work
smileyRating.setRating(3, true)
The text was updated successfully, but these errors were encountered: