Loading quickstep/src/com/android/launcher3/WrappedLauncherAnimationRunner.java +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ public class WrappedLauncherAnimationRunner<R extends WrappedAnimationRunnerImpl if (animationRunnerImpl != null) { animationRunnerImpl.onCreateAnimation(transit, appTargets, wallpaperTargets, nonAppTargets, result); } else { result.setAnimation(null, null); } } } Loading
quickstep/src/com/android/launcher3/WrappedLauncherAnimationRunner.java +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ public class WrappedLauncherAnimationRunner<R extends WrappedAnimationRunnerImpl if (animationRunnerImpl != null) { animationRunnerImpl.onCreateAnimation(transit, appTargets, wallpaperTargets, nonAppTargets, result); } else { result.setAnimation(null, null); } } }