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

Commit 22a23f85 authored by Schneider Victor-tulias's avatar Schneider Victor-tulias Committed by Automerger Merge Worker
Browse files

Merge "Fix FastBitmapDrawable disabled color filter." into sc-v2-dev am: d2214e58 am: f4e24943

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/16299718

Change-Id: I27ed5e932f01bdc9d786aba8bb53ecde40d41ecd
parents 19a87c9a f4e24943
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ public class FastBitmapDrawable extends Drawable {
        mat[14] = brightnessI;
        mat[18] = disabledAlpha;
        tempFilterMatrix.preConcat(tempBrightnessMatrix);
        return new ColorMatrixColorFilter(tempBrightnessMatrix);
        return new ColorMatrixColorFilter(tempFilterMatrix);
    }

    protected static class FastBitmapConstantState extends ConstantState {