Merge "Temporarily disable splashscreen reveal animation" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cb976e801b
@@ -153,7 +153,9 @@ class TaskOrganizerController extends ITaskOrganizerController.Stub {
|
||||
// }
|
||||
try {
|
||||
mTaskOrganizer.removeStartingWindow(task.mTaskId, firstWindowLeash, mainFrame,
|
||||
prepareAnimation);
|
||||
/* TODO(183004107) Revert this when jankiness is solved
|
||||
prepareAnimation); */ false);
|
||||
|
||||
} catch (RemoteException e) {
|
||||
Slog.e(TAG, "Exception sending onStartTaskFinished callback", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user