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

Commit b1a4613e 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: efe9f052

Change-Id: I1f0712c47077690ee95016e0f61a15662b5e7793
parents 1cc656ea efe9f052
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;
    }