Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b5db58f authored by ztenghui's avatar ztenghui Committed by Android (Google) Code Review
Browse files

Merge "Set cache dirty when re-create the cache bitmap" into lmp-dev

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

        }