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

Commit c790f708 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/25058628'] into udc-qpr1-release.

Change-Id: Ic5e45cafbf052ef25a207a7ecc4d111a36ad0280
parents 9ceb2a4b 1feb658a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -172,6 +172,9 @@ public class FastBitmapDrawable extends Drawable implements Drawable.Callback {
            mAlpha = alpha;
            mPaint.setAlpha(alpha);
            invalidateSelf();
            if (mBadge != null) {
                mBadge.setAlpha(alpha);
            }
        }
    }