Loading quickstep/src/com/android/quickstep/RecentsAnimationWrapper.java +3 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,9 @@ public class RecentsAnimationWrapper { this.mController = controller; this.targetSet = targetSet; if (controller == null) { return; } if (mInputConsumerEnabled) { enableInputConsumer(); } Loading Loading
quickstep/src/com/android/quickstep/RecentsAnimationWrapper.java +3 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,9 @@ public class RecentsAnimationWrapper { this.mController = controller; this.targetSet = targetSet; if (controller == null) { return; } if (mInputConsumerEnabled) { enableInputConsumer(); } Loading