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

Commit 46aabaa0 authored by Jerry Chang's avatar Jerry Chang
Browse files

Fix navigation bar icon color is not optimized for a dimming dialog

Bug: 193825236
Test: test passed on forrest
Change-Id: Ia898847d3eccc6408c6c77a56e0a935d694316fe
parent 4b6ce0ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1917,7 +1917,7 @@ public class DisplayPolicy {
                mStatusBarColorWindows.add(win);
                mStatusBarColorCheckedBounds.union(sTmpRect);
            }
            if (isOverlappingWithNavBar && mNavigationBar == null) {
            if (isOverlappingWithNavBar && mNavBarColorWindowCandidate == null) {
                mNavBarColorWindowCandidate = win;
            }
        }