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
This commit is contained in:
Michael Jurka
2012-03-09 17:41:41 -08:00
parent c419610477
commit a5d0ddba60

View File

@@ -304,6 +304,8 @@ public class NavigationBarView extends LinearLayout {
if (DEBUG) {
Slog.d(TAG, "reorient(): rot=" + mDisplay.getRotation());
}
setNavigationIconHints(mNavigationIconHints, true);
}
@Override