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

Commit 405fc296 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "SystemUI: Recreate navigation bar when rebuilding the status bar" into ics

parents f50bb9b4 b176e375
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2398,7 +2398,11 @@ public class PhoneStatusBar extends StatusBar {
        copyNotifications(notifications, mNotificationData);
        mNotificationData.clear();

        if (mNavigationBarView != null) {
            WindowManagerImpl.getDefault().removeView(mNavigationBarView);
        }
        View newStatusBarView = makeStatusBarView();
        addNavigationBar();

        // recreate StatusBarIconViews.
        for (int i = 0; i < nIcons; i++) {