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

Commit 735c016b authored by Alex Chau's avatar Alex Chau Committed by Android (Google) Code Review
Browse files

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

parents b0ed7dae bc75ac55
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
        }