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

Commit f120ad74 authored by Tracy Zhou's avatar Tracy Zhou
Browse files

Fix LightBarController not working (update dark intensity)

Fixes: 308854623
Test: Turn on dark theme. Get into different apps, try out IME, make sure the color of the nav buttons look right.
Change-Id: Ica684f7dc0c14c877a75d37070bf448ab0426589
parent 601a1a2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -395,7 +395,7 @@ public class TaskbarDelegate implements CommandQueue.Callbacks,
        }
        if (displayId == mDisplayId) {
            mLightBarController.onNavigationBarAppearanceChanged(appearance, nbModeChanged,
                    BarTransitions.MODE_TRANSPARENT, navbarColorManagedByIme);
                    mTransitionMode, navbarColorManagedByIme);
        }
        if (mBehavior != behavior) {
            mBehavior = behavior;