nav bar on all apps container should use light theme.

b/33553066
Change-Id: Ic9eb796a01eaa8d00fbeedeb5456876b668e6db2
This commit is contained in:
Hyunyoung Song
2016-12-09 13:56:15 -08:00
parent 4633be64e8
commit df9f14746c
4 changed files with 21 additions and 4 deletions

View File

@@ -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);
}
/**