Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 871d435b authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Finish wrapped launcher animations if impl is gone" into sc-dev

parents b3eafe97 08c3480b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);
        }
    }
}