mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Some minor fixes for extracted status bar.
am: 345bff3ce6
Change-Id: I3a9e57fb93124b1d462b0fb8173419b887e85a84
This commit is contained in:
@@ -277,8 +277,8 @@ 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 enable = shift <= mStatusBarHeight / 2 || mLauncher.shouldBeLightStatusBar();
|
||||
mLauncher.setLightStatusBar(enable);
|
||||
boolean forceLight = shift <= mStatusBarHeight / 2;
|
||||
mLauncher.activateLightStatusBar(forceLight);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user