Merge "Ensure footer view colors are updated after inflation" into tm-qpr-dev am: 17d1886e4d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21451305

Change-Id: I5b5f5c46015620f2984304f8e525cd80db4d4f69
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Steve Elliott
2023-02-16 18:31:20 +00:00
committed by Automerger Merge Worker

View File

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