Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08db2662 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Re-inflate views in onOverlayChanged." into qt-dev

parents 6527a2e4 97822ed6
Loading
Loading
Loading
Loading
+15 −6
Original line number Diff line number Diff line
@@ -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.