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

Commit a48273b4 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role)
Browse files

[automerger] Revert workaround for missing frame callback am: 2ad2859f am: 53d57998

Change-Id: Ie39ded4d958e25cf732d0fa3988151858186df8d
parents e4f7c7a3 53d57998
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();
    }
}