Skip to content

Commit b0a0798

Browse files
Andrew FlynnAndroid Git Automerger
authored andcommitted
am 4326da7: Merge "DO NOT MERGE Fix back button state issue" into ics-scoop
* commit '4326da7e0d5d63bad718e9848294405971f8f9ab': DO NOT MERGE Fix back button state issue
2 parents a443d35 + 4326da7 commit b0a0798

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ public void reorient() {
304304
if (DEBUG) {
305305
Slog.d(TAG, "reorient(): rot=" + mDisplay.getRotation());
306306
}
307+
308+
setNavigationIconHints(mNavigationIconHints, true);
307309
}
308310

309311
@Override

0 commit comments

Comments
 (0)