Merge "Don't reset layout params when repositioning" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
961492cc30
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user