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

Commit 64fd1ce2 authored by Yorke Lee's avatar Yorke Lee
Browse files

Fix for onTaskRemovalStarted callback being sent incorrectly

Bug: 34114125
Test: Manual - onTaskRemovalStarted is not sent when
activity requests different orientation.

Change-Id: I76e907b299ebf95de73e1f4ba142bb9857d6eda4
parent 80239f6c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ class TaskChangeNotificationController {
                case NOTIFY_ACTIVITY_REQUESTED_ORIENTATION_CHANGED_LISTENERS:
                    forAllListeners((listener) -> listener.onActivityRequestedOrientationChanged(
                            msg.arg1, msg.arg2));
                    break;
                case NOTIFY_TASK_REMOVAL_STARTED_LISTENERS:
                    forAllListeners((listener) -> listener.onTaskRemovalStarted(msg.arg1));
                    break;