like_button icon indicating copy to clipboard operation
like_button copied to clipboard

removed waiting to complete the animation if user pressed the butto…

Open zubairehman opened this issue 4 months ago • 2 comments

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 :)

zubairehman avatar Mar 07 '24 09:03 zubairehman

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

zmtzawqlp avatar Mar 08 '24 01:03 zmtzawqlp

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

zubairehman avatar Mar 08 '24 06:03 zubairehman