Loading graphics/java/android/graphics/drawable/VectorDrawable.java +3 −1 Original line number Diff line number Diff line Loading @@ -243,7 +243,9 @@ public class VectorDrawable extends Drawable { * constructors to set the state and initialize local properties. */ private VectorDrawable(@NonNull VectorDrawableState state, @Nullable Resources res) { mVectorState = state; // Constant state sharing is disabled until we fix onStateChanged() // affecting the shared bitmap. mVectorState = new VectorDrawableState(state); updateLocalState(res); } Loading Loading
graphics/java/android/graphics/drawable/VectorDrawable.java +3 −1 Original line number Diff line number Diff line Loading @@ -243,7 +243,9 @@ public class VectorDrawable extends Drawable { * constructors to set the state and initialize local properties. */ private VectorDrawable(@NonNull VectorDrawableState state, @Nullable Resources res) { mVectorState = state; // Constant state sharing is disabled until we fix onStateChanged() // affecting the shared bitmap. mVectorState = new VectorDrawableState(state); updateLocalState(res); } Loading