Recreate All Apps when Taskbar is recreated.
Test: Manual Fix: 222039500 Fix: 222037737 Fix: 222034811 Change-Id: I53aa3ae77d03ae2a1d500d906ad2ed90efda6f4a
This commit is contained in:
+2
-2
@@ -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}. */
|
||||
|
||||
Reference in New Issue
Block a user