FABProgressCircle
FABProgressCircle copied to clipboard
how to reset fab progress circle to initial state
How to reset fab progress circle to initial state after beginFinalAnimation has been called ?
I see a method addCompleteFabView for adding completeFabView but another method for removing it seems to be missing which would reset the view to its initial state.
Regards, Vihaan
I would like to know this as well
+1
+1
+1
Hmm, try setting app:reusable=true
and calling fabProgressCircle.hide();
, I think this should give you what you are looking for
I can confirm setting fabProgressCircle.hide();
works as intended. This issue can be closed.