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

Commit e744c0fe authored by Hongwei Wang's avatar Hongwei Wang
Browse files

Do not send onUserLeaveHint on overview actions

Video: http://recall/-/aaaaaabFQoRHlzixHdtY/bM49GXyCRWEf5KVfP3kIiS
Bug: 188431197
Test: tap on split screen in overview, see video
Change-Id: I15d85cbaec0c878e2f5fe915866980aefeee84f6
parent eed17110
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);