commit | af39f0d071852328170a6f9c087bcc22989ad59f | [log] [tgz] |
---|---|---|
author | Evan Laird <evanlaird@google.com> | Thu Dec 22 10:35:17 2022 -0500 |
committer | Evan Laird <evanlaird@google.com> | Mon Jan 09 18:31:01 2023 +0000 |
tree | 2511f788d84941d407345a08efe57a9b4c197067 | |
parent | 21ce858e1f7e7dd5f075d37128b4f1f6c7ed2dda [diff] |
Launch `UserSwitchDialog` using the expandable The old `UserSwitchDialogController` class would utilize the `Expandable`, and had the dialog launch itself by creating a `DialogLaunchAnimator.Controller` from the expandable. This CL threads the expandable through to the UserSwitchDialogCoordinator so it can do something similar. Test: UserInteractorTest; manual Bug: 260874319 Change-Id: I86e7df6b8aaa1dccc0cb951c491fd8c6b30294e1 Merged-In: I86e7df6b8aaa1dccc0cb951c491fd8c6b30294e1