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

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

Merge "Revert workaround for missing frame callback" into ub-launcher3-edmonton

parents 53f22d98 2ad2859f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1021,8 +1021,6 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity> {
    private void setTargetAlphaProvider(
            BiFunction<RemoteAnimationTargetCompat, Float, Float> provider) {
        mClipAnimationHelper.setTaskAlphaCallback(provider);
        // TODO: For some reason, when calling updateFinalShift multiple times on the same frame,
        // only the first callback is executed.
        Utilities.postAsyncCallback(mMainThreadHandler, this::updateFinalShift);
        updateFinalShift();
    }
}