mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 07:46:55 +00:00
Merge "Allow 3p launchers to use swipe proxy in AllSetActivity" into tm-qpr-dev
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user