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

Commit f4e24943 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

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

Change-Id: Ie5a8c4deac94766c16d4f05a84aac17fdb4f9f3a
parents 9ff8605d d2214e58
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 {