Merge "Do not send onUserLeaveHint on overview actions" into sc-dev am: a79cd20147

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14606251

Change-Id: I0d042cad49ec16b24d6111937d495a5cdb3985e5
This commit is contained in:
Hongwei Wang
2021-05-18 06:38:22 +00:00
committed by Automerger Merge Worker
@@ -215,6 +215,7 @@ public class TaskMenuView extends AbstractFloatingView implements OnScrollChange
RecentsView recentsView = mTaskView.getRecentsView();
recentsView.switchToScreenshot(null,
() -> recentsView.finishRecentsAnimation(true /* toRecents */,
false /* shouldPip */,
() -> menuOption.onClick(view)));
} else {
menuOption.onClick(view);