diff options
| author | 2019-05-17 19:33:34 +0000 | |
|---|---|---|
| committer | 2019-05-17 19:33:34 +0000 | |
| commit | 60f7cef62bd614fe0bb9a34d6c6529cb414ee8c8 (patch) | |
| tree | b626073cb19123b9afec83932ad2a14c45430107 | |
| parent | c0201ca97167fa868712b324736b33aaae660458 (diff) | |
| parent | 784a18eaadbbed8b1dbacca6f9fcb6c75291b03b (diff) | |
Merge "Remove old logic from tinting prototype" into qt-dev
| -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(); - } } /** |