MaterialActivityIndicator icon indicating copy to clipboard operation
MaterialActivityIndicator copied to clipboard

Material Activity Indicator

Results 2 MaterialActivityIndicator issues
Sort by recently updated
recently updated
newest added

If the view is not on the screen (window == nil), defer adding animation to activity indicator until it gets added to window. This patch allows to call `startAnimating()` while...

Would be nice if the ActivityIndicator waited for the spin animation to complete its cycle before it gets removed on `stopAnimating()` call.

enhancement