Recreate All Apps when Taskbar is recreated.

Test: Manual
Fix: 222039500
Fix: 222037737
Fix: 222034811
Change-Id: I53aa3ae77d03ae2a1d500d906ad2ed90efda6f4a
This commit is contained in:
Brian Isganitis
2022-03-07 18:30:29 -08:00
parent 3c8277d161
commit 464209c535
6 changed files with 42 additions and 12 deletions
@@ -53,8 +53,8 @@ final class TaskbarAllAppsViewController {
}
/** Starts the {@link TaskbarAllAppsSlideInView} enter transition. */
void show() {
mSlideInView.show();
void show(boolean animate) {
mSlideInView.show(animate);
}
/** Closes the {@link TaskbarAllAppsSlideInView}. */