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

Commit ba18396e authored by Winson's avatar Winson Committed by android-build-merger
Browse files

Merge \\\"Ensure that the tint is properly applied in docked mode.\\\" into...

Merge \\\"Ensure that the tint is properly applied in docked mode.\\\" into nyc-dev am: b1f3404f am: 702bf740
am: 7248d306

Change-Id: I68092c3c8c986c8de80e919346fb31c753a835c3
parents abd19f33 7248d306
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -237,6 +237,14 @@ public class SignalClusterView
        super.onDetachedFromWindow();
    }

    @Override
    protected void onLayout(boolean changed, int l, int t, int r, int b) {
        super.onLayout(changed, l, t, r, b);

        // Re-run all checks against the tint area for all icons
        applyIconTint();
    }

    // From SecurityController.
    @Override
    public void onStateChanged() {