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

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

Change-Id: I681e8c822dfcf612c949f1e92ff9120401bf49cb
parents 0794b46b fb5526ce
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;
    }