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

Commit 81eec34c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Updating disabled state of badged bitmap" into main

parents d2fbea88 99741774
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -301,6 +301,9 @@ public class FastBitmapDrawable extends Drawable implements Drawable.Callback {
    public void setIsDisabled(boolean isDisabled) {
        if (mIsDisabled != isDisabled) {
            mIsDisabled = isDisabled;
            if (mBadge instanceof FastBitmapDrawable fbd) {
                fbd.setIsDisabled(isDisabled);
            }
            updateFilter();
        }
    }