Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +15 −6 Original line number Diff line number Diff line Loading @@ -477,6 +477,15 @@ public class NotificationPanelView extends PanelView implements } mThemeResId = themeResId; reInflateViews(); } @Override public void onOverlayChanged() { reInflateViews(); } private void reInflateViews() { updateShowEmptyShadeView(); // Re-inflate the status view group. Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +15 −6 Original line number Diff line number Diff line Loading @@ -477,6 +477,15 @@ public class NotificationPanelView extends PanelView implements } mThemeResId = themeResId; reInflateViews(); } @Override public void onOverlayChanged() { reInflateViews(); } private void reInflateViews() { updateShowEmptyShadeView(); // Re-inflate the status view group. Loading