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

Commit 7b485485 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set "usingRemoteAnim" for fallback recents" into ub-launcher3-qt-dev

parents 13da8257 32f55bf0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,12 +45,12 @@ public final class FallbackActivityControllerHelper extends
    @Override
    public AnimationFactory prepareRecentsUI(RecentsActivity activity, boolean activityVisible,
            boolean animateActivity, Consumer<AnimatorPlaybackController> callback) {
        // TODO: Logic for setting remote animation
        if (activityVisible) {
            return (transitionLength) -> { };
        }

        IconRecentsView rv = activity.getOverviewPanel();
        rv.setUsingRemoteAnimation(true);
        rv.setAlpha(0);

        return new AnimationFactory() {