Merge "Fix back button state issue"

This commit is contained in:
Michael Jurka
2012-03-12 11:56:55 -07:00
committed by Android (Google) Code Review

View File

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