diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java index d85b8acfb462..062fb6dcce92 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java @@ -967,12 +967,6 @@ public class NavigationBarView extends FrameLayout implements // If car mode or density changes, we need to reset the icons. updateNavButtonIcons(); } - - if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT) { - mTintController.start(); - } else { - mTintController.stop(); - } } /** |