mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Removing dependency on wallpaper colors and using theme resources" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
45167d6030
@@ -162,7 +162,7 @@ public class WorkspaceStateTransitionAnimation {
|
||||
propertySetter.setFloat(workspaceDragScrim, SCRIM_PROGRESS,
|
||||
state.getWorkspaceBackgroundAlpha(mLauncher), LINEAR);
|
||||
|
||||
SysUiScrim sysUiScrim = mLauncher.getDragLayer().getSysUiScrim();
|
||||
SysUiScrim sysUiScrim = mLauncher.getRootView().getSysUiScrim();
|
||||
propertySetter.setFloat(sysUiScrim, SYSUI_PROGRESS,
|
||||
state.hasFlag(FLAG_HAS_SYS_UI_SCRIM) ? 1 : 0, LINEAR);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user