From 83b3df527a8d5ab59f4a13116e4e5ca142e9a505 Mon Sep 17 00:00:00 2001 From: Evan Laird Date: Thu, 30 Sep 2021 22:43:06 +0000 Subject: [PATCH] Update theme after overlay KeyguardStatusBarView needs to get a theme update after an overlay change, because the textAppearance that we update the carrier text view with will overwrite the color that we want to apply if we do things in the other order Fixes: 200822200 Test: visual Change-Id: I528c7df8e440c1870b0d12df878b3027f6b1f3e2 --- .../statusbar/phone/KeyguardStatusBarViewController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardStatusBarViewController.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardStatusBarViewController.java index 893aa6d6bc456..5feb4053f833a 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardStatusBarViewController.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardStatusBarViewController.java @@ -101,8 +101,8 @@ public class KeyguardStatusBarViewController extends ViewController