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

Commit 8ef9a364 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "fix: Clear the icon dark area when all icons should be light" into main

parents 964430a5 fdb9403c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -222,6 +222,7 @@ public class LightBarControllerTest extends SysuiTestCase {
                        /* navbarColorManagedByIme= */ false));
        mTestScope.getTestScheduler().advanceUntilIdle();

        verify(mStatusBarIconController).setIconsDarkArea(eq(null));
        verify(mLightBarTransitionsController).setIconsDark(eq(false), anyBoolean());
    }

+1 −0
Original line number Diff line number Diff line
@@ -403,6 +403,7 @@ public class LightBarControllerImpl implements

        if (lightBarBounds.isEmpty()) {
            // If no one is light, all icons become white.
            mStatusBarIconController.setIconsDarkArea(null);
            mStatusBarIconController
                    .getTransitionsController()
                    .setIconsDark(false, animateChange());