LoadingButtonAndroid icon indicating copy to clipboard operation
LoadingButtonAndroid copied to clipboard

startAnimation() does not work with viewBinding

Open Alirezanr opened this issue 4 years ago • 1 comments

startAnimation() method works perfectly fine with findViewById() but when I use it with viewBinding (for example someFragmentBinding.someCircularProgressButton.startAnimation() ) it gets compile time error with below error:

error: no value passed for parameter 'p0' someFragmentBinding.someCircularProgressButton.startAnimation()

Alirezanr avatar Jun 24 '21 16:06 Alirezanr

If you use v2.1.5, you call someFragmentBinding.someCircularProgressButton..startMorphAnimation() instead.

ChhaiHout avatar Nov 23 '21 03:11 ChhaiHout