MaterialProgressBar icon indicating copy to clipboard operation
MaterialProgressBar copied to clipboard

Crash in API15 - layerDrawable.mutate()

Open thsaravana opened this issue 7 years ago • 0 comments

I don't see any reason why the layerDrawble is mutated in line 67 of MaterialProgressBar.java. Everything works fine even without the layerDrawable.mutate(). Besides, in API15, calling mutate() on a LayerDrawable will crash.

So can't we just remove this line? If so, I could submit a PullRequest for this. Did you face any issue if you do not mutate the drawable?

thsaravana avatar Oct 11 '16 18:10 thsaravana