Merge "Use setQsbAlpha to update qsb alpha" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
2a7a8b5662
@@ -807,7 +807,7 @@ public class Launcher extends StatefulActivity<LauncherState>
|
||||
}
|
||||
|
||||
public void onAssistantVisibilityChanged(float visibility) {
|
||||
mHotseat.getQsb().setAlpha(1f - visibility);
|
||||
mHotseat.setQsbAlpha(1f - visibility, Hotseat.ALPHA_CHANNEL_ASSISTANT_VISIBILITY);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user