Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76e101a5 authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Automerger Merge Worker
Browse files

Merge "Temporarily disable splashscreen reveal animation" into sc-dev am: cb976e80

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13917866

Change-Id: I6102c81b0a2254fef835e6f903bdcdf2ba615762
parents 3c8cd0d9 cb976e80
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -153,7 +153,9 @@ class TaskOrganizerController extends ITaskOrganizerController.Stub {
//                }
//                }
                try {
                try {
                    mTaskOrganizer.removeStartingWindow(task.mTaskId, firstWindowLeash, mainFrame,
                    mTaskOrganizer.removeStartingWindow(task.mTaskId, firstWindowLeash, mainFrame,
                            prepareAnimation);
                    /* TODO(183004107) Revert this when jankiness is solved
                        prepareAnimation); */ false);

                } catch (RemoteException e) {
                } catch (RemoteException e) {
                    Slog.e(TAG, "Exception sending onStartTaskFinished callback", e);
                    Slog.e(TAG, "Exception sending onStartTaskFinished callback", e);
                }
                }