Nav bar should change to light theme in sync with the status bar

b/33708486

Nav bar should be in sync with status bar in all apps screen.
Nave bar should not change with status bar when in workspace mode.

Change-Id: Ib5a0d33d3e38f1b3ffa9693657ba7de3b6e01fed
This commit is contained in:
Hyunyoung Song
2016-12-19 14:46:21 -08:00
parent 90a40570bc
commit 3285da35cb
2 changed files with 15 additions and 15 deletions

View File

@@ -288,7 +288,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, forceLight);
mLauncher.activateLightStatusBar(forceLight, true);
}
/**