Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60f7cef6 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Remove old logic from tinting prototype" into qt-dev

parents c0201ca9 784a18ea
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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();
        }
    }

    /**