summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--services/core/java/com/android/server/am/TaskChangeNotificationController.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/am/TaskChangeNotificationController.java b/services/core/java/com/android/server/am/TaskChangeNotificationController.java
index b6e35d29ecee..fd248c6c807a 100644
--- a/services/core/java/com/android/server/am/TaskChangeNotificationController.java
+++ b/services/core/java/com/android/server/am/TaskChangeNotificationController.java
@@ -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;