ChhaiHout
ChhaiHout
It seem like I could prevent that crash by calling button to dispose in onDestroyView : `override fun onDestroyView() { super.onDestroyView() progressButton.dispose() }` FYI : use in Fragment This crash...
If you use v2.1.5, you call `someFragmentBinding.someCircularProgressButton..startMorphAnimation()` instead.
For me I cannot face that issue by using v2.1.5 `implementation 'br.com.simplepass:loading-button-android:2.1.5'`
If you use v2.1.5, you can call someFragmentBinding.someCircularProgressButton..startMorphAnimation() instead.