like_button
like_button copied to clipboard
removed waiting to complete the animation if user pressed the butto…
removed waiting to complete the animation if user pressed the like button multiple times. Since we are already resetting controller in click listener, so there is not need to wait for the animation to complete :)
maybe it should has a property to control this behavior. it's a breaking change for the user if we remove awaiting directly. and the user should take care of the status in the server side
maybe it should has a property to control this behavior. it's a breaking change for the user if we remove awaiting directly. and the user should take care of the status in the server side
make sense. I added a boolean filed which is true by default