mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Page indicator and hotseat should have the same alpha
Bug: 70144077 Change-Id: I4cc678e7b5a5daa07b5fd6ab96ea79b4354c514d
This commit is contained in:
@@ -137,6 +137,8 @@ public class WorkspaceStateTransitionAnimation {
|
||||
|
||||
propertySetter.setViewAlpha(mLauncher.getHotseat(), state.getHoseatAlpha(mLauncher),
|
||||
pageAlphaProvider.interpolator);
|
||||
propertySetter.setViewAlpha(mLauncher.getWorkspace().getPageIndicator(),
|
||||
state.getHoseatAlpha(mLauncher), pageAlphaProvider.interpolator);
|
||||
|
||||
// Set scrim
|
||||
propertySetter.setFloat(ViewScrim.get(mWorkspace), ViewScrim.PROGRESS,
|
||||
|
||||
Reference in New Issue
Block a user