Merge "Ensure that the tint is properly applied in docked mode." into nyc-dev
This commit is contained in:
@@ -234,6 +234,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() {
|
||||
|
||||
Reference in New Issue
Block a user