Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java +0 −6 Original line number Original line Diff line number Diff line Loading @@ -967,12 +967,6 @@ public class NavigationBarView extends FrameLayout implements // If car mode or density changes, we need to reset the icons. // If car mode or density changes, we need to reset the icons. updateNavButtonIcons(); updateNavButtonIcons(); } } if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT) { mTintController.start(); } else { mTintController.stop(); } } } /** /** Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java +0 −6 Original line number Original line Diff line number Diff line Loading @@ -967,12 +967,6 @@ public class NavigationBarView extends FrameLayout implements // If car mode or density changes, we need to reset the icons. // If car mode or density changes, we need to reset the icons. updateNavButtonIcons(); updateNavButtonIcons(); } } if (newConfig.orientation == Configuration.ORIENTATION_PORTRAIT) { mTintController.start(); } else { mTintController.stop(); } } } /** /** Loading