Merge "Add spring animation when stashing transient taskbar." into tm-qpr-dev

This commit is contained in:
Jon Miranda
2023-03-22 02:34:46 +00:00
committed by Android (Google) Code Review
11 changed files with 156 additions and 3 deletions

View File

@@ -233,6 +233,7 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
new TaskbarInsetsController(this),
new VoiceInteractionWindowController(this),
new TaskbarTranslationController(this),
new TaskbarSpringOnStashController(this),
isDesktopMode
? new DesktopTaskbarRecentAppsController(this)
: TaskbarRecentAppsController.DEFAULT,