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

Commit f0086b25 authored by Amin Shaikh's avatar Amin Shaikh Committed by android-build-merger
Browse files

Merge "Invalidate SignalDrawable on level change." into qt-dev am: fb5526ce am: a5bec18c

am: b0eb6aa1

Change-Id: I95df77939d202295810d64ac3fa496cd53636a95
parents 990bee9c b0eb6aa1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@ public class SignalDrawable extends DrawableWrapper {
        super.onLevelChange(unpackLevel(packedState));
        updateAnimation();
        setTintList(ColorStateList.valueOf(mForegroundPaint.getColor()));
        invalidateSelf();
        return true;
    }