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

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

Merge "Don't reset layout params when repositioning" into nyc-mr1-dev

parents dd756c26 90dfb899
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1361,7 +1361,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,

        prepareNavigationBarView();

        mWindowManager.updateViewLayout(mNavigationBarView, getNavigationBarLayoutParams());
        mWindowManager.updateViewLayout(mNavigationBarView, mNavigationBarView.getLayoutParams());
    }

    private void notifyNavigationBarScreenOn(boolean screenOn) {