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

Commit e858994a authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Don\\'t reset layout params when repositioning am: 90dfb899

am: 92a1a380

Change-Id: I11d00e9ed4550886d7711a406436909530d24286
parents d0903edb 92a1a380
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1362,7 +1362,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,

        prepareNavigationBarView();

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

    private void notifyNavigationBarScreenOn(boolean screenOn) {