Loading quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +16 −14 Original line number Diff line number Diff line Loading @@ -518,6 +518,8 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>, // Set up a entire animation lifecycle callback to notify the current recents view when // the animation is canceled mGestureState.runOnceAtState(STATE_RECENTS_ANIMATION_CANCELED, () -> { if (mRecentsView == null) return; HashMap<Integer, ThumbnailData> snapshots = mGestureState.consumeRecentsAnimationCanceledSnapshot(); if (snapshots != null) { Loading Loading
quickstep/src/com/android/quickstep/AbsSwipeUpHandler.java +16 −14 Original line number Diff line number Diff line Loading @@ -518,6 +518,8 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>, // Set up a entire animation lifecycle callback to notify the current recents view when // the animation is canceled mGestureState.runOnceAtState(STATE_RECENTS_ANIMATION_CANCELED, () -> { if (mRecentsView == null) return; HashMap<Integer, ThumbnailData> snapshots = mGestureState.consumeRecentsAnimationCanceledSnapshot(); if (snapshots != null) { Loading