summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/AutoReinflateContainer.java
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/AutoReinflateContainer.java')
-rw-r--r--packages/SystemUI/src/com/android/systemui/AutoReinflateContainer.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/AutoReinflateContainer.java b/packages/SystemUI/src/com/android/systemui/AutoReinflateContainer.java
index 01b42545a8cf..bbc8ecdcc066 100644
--- a/packages/SystemUI/src/com/android/systemui/AutoReinflateContainer.java
+++ b/packages/SystemUI/src/com/android/systemui/AutoReinflateContainer.java
@@ -92,6 +92,11 @@ public class AutoReinflateContainer extends FrameLayout implements
}
@Override
+ public void onUiModeChanged() {
+ inflateLayout();
+ }
+
+ @Override
public void onLocaleListChanged() {
inflateLayout();
}