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

Commit 7248d306 authored by Winson Chung's avatar Winson Chung Committed by android-build-merger
Browse files

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

am: 702bf740

Change-Id: If2a7eec78b88c07a61c1109f2e3ce11339f86b8f
parents 459fedce 702bf740
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() {