Allow 3p launchers to use swipe proxy in AllSetActivity
Bug: 257926371 Test: manual Change-Id: If70412ecaa81481d8147abb3c52859ae4ea54a11
This commit is contained in:
@@ -256,9 +256,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user