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

Commit 69f4537c authored by Winson Chung's avatar Winson Chung Committed by android-build-merger
Browse files

Merge "Remove old logic from tinting prototype" into qt-dev am: 60f7cef6

am: 28d703b2

Change-Id: I3a9af66dc67d8ca342cd90ebefb7c407b766f4f3
parents ea54218a 28d703b2
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line 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.
            // 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();
        }
    }
    }


    /**
    /**