Merge "Ensure footer view colors are updated after inflation" into tm-qpr-dev

This commit is contained in:
Steve Elliott
2023-02-16 18:20:22 +00:00
committed by Android (Google) Code Review

View File

@@ -88,6 +88,7 @@ public class FooterView extends StackScrollerDecorView {
mSeenNotifsFooterTextView = findViewById(R.id.unlock_prompt_footer);
updateResources();
updateText();
updateColors();
}
public void setFooterLabelTextAndIcon(@StringRes int text, @DrawableRes int icon) {