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

Commit 7ca1844c authored by Julia Reynolds's avatar Julia Reynolds Committed by Android Git Automerger
Browse files

am f6a39adb: am e0afde9c: am ff42cce4: am e00ab550: am ea00f320: Merge...

am f6a39adb: am e0afde9c: am ff42cce4: am e00ab550: am ea00f320: Merge "Prevent lockscreen album art from flickering on metadata change." into mnc-dev

* commit 'f6a39adb':
  Prevent lockscreen album art from flickering on metadata change.
parents 2c24b88d f6a39adb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1710,7 +1710,8 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
            }
            if (metaDataChanged) {
                if (mBackdropBack.getDrawable() != null) {
                    Drawable drawable = mBackdropBack.getDrawable();
                    Drawable drawable =
                            mBackdropBack.getDrawable().getConstantState().newDrawable().mutate();
                    mBackdropFront.setImageDrawable(drawable);
                    if (mScrimSrcModeEnabled) {
                        mBackdropFront.getDrawable().mutate().setXfermode(mSrcOverXferMode);