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

Commit a5bec18c 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: I02f08dfee8ae9db8390bfcbe313e33c97a289e77
parents 21ab5c0e 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;
    }