mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-05 02:16:49 +00:00
Merge "Add null check when settling on LAST_TASK" into sc-v2-dev
This commit is contained in:
@@ -961,8 +961,10 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>,
|
||||
} else {
|
||||
mStateCallback.setState(STATE_RESUME_LAST_TASK);
|
||||
}
|
||||
TaskViewUtils.setSplitAuxiliarySurfacesShown(
|
||||
mRecentsAnimationTargets.nonApps, true);
|
||||
if (mRecentsAnimationTargets != null) {
|
||||
TaskViewUtils.setSplitAuxiliarySurfacesShown(
|
||||
mRecentsAnimationTargets.nonApps, true);
|
||||
}
|
||||
break;
|
||||
}
|
||||
ActiveGestureLog.INSTANCE.addLog("onSettledOnEndTarget " + endTarget);
|
||||
|
||||
Reference in New Issue
Block a user