Merge "Finish wrapped launcher animations if impl is gone" into sc-v2-dev
This commit is contained in:
commit
1f804199c4
|
@ -58,6 +58,8 @@ public class WrappedLauncherAnimationRunner<R extends WrappedAnimationRunnerImpl
|
||||||
if (animationRunnerImpl != null) {
|
if (animationRunnerImpl != null) {
|
||||||
animationRunnerImpl.onCreateAnimation(transit, appTargets, wallpaperTargets,
|
animationRunnerImpl.onCreateAnimation(transit, appTargets, wallpaperTargets,
|
||||||
nonAppTargets, result);
|
nonAppTargets, result);
|
||||||
|
} else {
|
||||||
|
result.setAnimation(null, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue