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

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

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

* commit '3137b2889acb5c7c9ee8e3fe9a03cbf0347d223d':
  Set cache dirty when re-create the cache bitmap
parents fa00c253 6b5db58f
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;
            }

        }