Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java +5 −0 Original line number Diff line number Diff line Loading @@ -235,6 +235,11 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener, Dump ScrimController.this.onThemeChanged(); } @Override public void onOverlayChanged() { ScrimController.this.onThemeChanged(); } @Override public void onUiModeChanged() { ScrimController.this.onThemeChanged(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/ScrimController.java +5 −0 Original line number Diff line number Diff line Loading @@ -235,6 +235,11 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener, Dump ScrimController.this.onThemeChanged(); } @Override public void onOverlayChanged() { ScrimController.this.onThemeChanged(); } @Override public void onUiModeChanged() { ScrimController.this.onThemeChanged(); Loading