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

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

Change-Id: I84e86ab16eb12c4905115e41daef56e723315824
parents d4606d43 a5bec18c
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;
    }