Merge "Fix for onTaskRemovalStarted callback being sent incorrectly"

This commit is contained in:
Yorke Lee
2017-01-06 18:32:46 +00:00
committed by Android (Google) Code Review

View File

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