Merge "Temporarily disable splashscreen reveal animation" into sc-dev

This commit is contained in:
Wei Sheng Shih
2021-03-19 07:38:56 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}