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

Commit d39e9cfe authored by ztenghui's avatar ztenghui Committed by Android Git Automerger
Browse files

am 14692363: am 64672ef1: am 3137b288: Merge "Set cache dirty when re-create...

am 14692363: am 64672ef1: am 3137b288: Merge "Set cache dirty when re-create the cache bitmap" into lmp-dev

* commit '14692363dc978deef0fa28b6be874ab1cf688f07':
  Set cache dirty when re-create the cache bitmap
parents 8a0be0e3 9a51c4b1
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;
            }

        }