Skip to content

Commit d0e46d8

Browse files
mikejurkaAndrew Flynn
authored andcommitted
DO NOT MERGE Fix back button state issue
Back button / down chevron button (eg when you have an IME visible) was not getting synced on rotation changes Bug: 6133831 Change-Id: Iefaf3babf92898fcc87a0b14c10b037de04d84e2
1 parent dfc87c8 commit d0e46d8

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
@@ -272,6 +272,8 @@ public void reorient() {
272272
if (DEBUG) {
273273
Slog.d(TAG, "reorient(): rot=" + mDisplay.getRotation());
274274
}
275+
276+
setNavigationIconHints(mNavigationIconHints, true);
275277
}
276278

277279
@Override

0 commit comments

Comments
 (0)