Loading quickstep/src/com/android/quickstep/inputconsumers/DeviceLockedInputConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -277,7 +277,7 @@ public class DeviceLockedInputConsumer implements InputConsumer, } private void endRemoteAnimation() { if (mRecentsAnimationController != null) { if (!mHomeLaunched && mRecentsAnimationController != null) { mRecentsAnimationController.finishController( false /* toRecents */, null /* callback */, false /* sendUserLeaveHint */); } Loading Loading
quickstep/src/com/android/quickstep/inputconsumers/DeviceLockedInputConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -277,7 +277,7 @@ public class DeviceLockedInputConsumer implements InputConsumer, } private void endRemoteAnimation() { if (mRecentsAnimationController != null) { if (!mHomeLaunched && mRecentsAnimationController != null) { mRecentsAnimationController.finishController( false /* toRecents */, null /* callback */, false /* sendUserLeaveHint */); } Loading