Loading graphics/java/android/graphics/drawable/AdaptiveIconDrawable.java +4 −1 Original line number Diff line number Diff line Loading @@ -289,6 +289,9 @@ public class AdaptiveIconDrawable extends Drawable implements Drawable.Callback } private void updateLayerBounds(Rect bounds) { if (bounds.isEmpty()) { return; } try { suspendChildInvalidation(); updateLayerBoundsInternal(bounds); Loading Loading
graphics/java/android/graphics/drawable/AdaptiveIconDrawable.java +4 −1 Original line number Diff line number Diff line Loading @@ -289,6 +289,9 @@ public class AdaptiveIconDrawable extends Drawable implements Drawable.Callback } private void updateLayerBounds(Rect bounds) { if (bounds.isEmpty()) { return; } try { suspendChildInvalidation(); updateLayerBoundsInternal(bounds); Loading