Loading graphics/java/android/graphics/drawable/VectorDrawable.java +1 −0 Original line number Diff line number Diff line Loading @@ -702,6 +702,7 @@ public class VectorDrawable extends Drawable { bounds.height())) { mCachedBitmap = Bitmap.createBitmap(bounds.width(), bounds.height(), Bitmap.Config.ARGB_8888); mCacheDirty = true; } } Loading Loading
graphics/java/android/graphics/drawable/VectorDrawable.java +1 −0 Original line number Diff line number Diff line Loading @@ -702,6 +702,7 @@ public class VectorDrawable extends Drawable { bounds.height())) { mCachedBitmap = Bitmap.createBitmap(bounds.width(), bounds.height(), Bitmap.Config.ARGB_8888); mCacheDirty = true; } } Loading