OSDN Git Service

Avoid potential re-entry as a result of child mutation
authorAlan Viverette <alanv@google.com>
Wed, 27 Jul 2016 14:23:35 +0000 (10:23 -0400)
committerAlan Viverette <alanv@google.com>
Wed, 27 Jul 2016 14:23:35 +0000 (10:23 -0400)
commitb46ba3b2b0268688852cdf3d1fb4afe4873d63be
tree9ab7db17cac14690a865b24f14b424a05f6b0d6a
parent1c2845238a1afec67f3aa9c53ea0da416a3eb497
Avoid potential re-entry as a result of child mutation

Don't set the callback until we're all done making changes.

Bug: 30409766
Change-Id: Ia1560692a83ecb2c50f5e77fa4d1e8155a78a204
graphics/java/android/graphics/drawable/DrawableContainer.java