mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
nav bar on all apps container should use light theme.
b/33553066 Change-Id: Ic9eb796a01eaa8d00fbeedeb5456876b668e6db2
This commit is contained in:
@@ -282,7 +282,7 @@ public class AllAppsTransitionController implements TouchController, VerticalPul
|
||||
// Use a light status bar (dark icons) if all apps is behind at least half of the status
|
||||
// bar. If the status bar is already light due to wallpaper extraction, keep it that way.
|
||||
boolean forceLight = shift <= mStatusBarHeight / 2;
|
||||
mLauncher.activateLightStatusBar(forceLight);
|
||||
mLauncher.activateLightStatusBar(forceLight, forceLight);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user