Merge "Allow 3p launchers to use swipe proxy in AllSetActivity" into tm-qpr-dev

This commit is contained in:
Alex Chau
2022-11-28 18:53:59 +00:00
committed by Android (Google) Code Review

View File

@@ -262,9 +262,6 @@ public class AllSetActivity extends Activity {
}
private AnimatedFloat createSwipeUpProxy(GestureState state) {
if (!state.getHomeIntent().getComponent().getPackageName().equals(getPackageName())) {
return null;
}
if (state.getRunningTaskId() != getTaskId()) {
return null;
}