Merge "Never look for matching view in All Apps when swiping up to go home." into tm-dev

This commit is contained in:
Jon Miranda
2022-03-10 18:46:51 +00:00
committed by Android (Google) Code Review
4 changed files with 11 additions and 6 deletions

View File

@@ -1301,8 +1301,8 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
}
}
return mLauncher.getFirstMatchForAppClose(launchCookieItemId,
packageName, UserHandle.of(runningTaskTarget.taskInfo.userId));
return mLauncher.getFirstMatchForAppClose(launchCookieItemId, packageName,
UserHandle.of(runningTaskTarget.taskInfo.userId), true /* supportsAllAppsState */);
}
private @NonNull RectF getDefaultWindowTargetRect() {