LoadingButtonAndroid
LoadingButtonAndroid copied to clipboard
startAnimation() does not work with viewBinding
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()
If you use v2.1.5, you call someFragmentBinding.someCircularProgressButton..startMorphAnimation() instead.