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

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

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

* commit '64672ef149fa48afcf7f5f4b2ed0f96386b6d368':
  Set cache dirty when re-create the cache bitmap
parents 5ba05c4f cfba03b2
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;
            }

        }