[automerger] Revert workaround for missing frame callback am: 2ad2859f1e am: 53d57998c1

Change-Id: Ie39ded4d958e25cf732d0fa3988151858186df8d
This commit is contained in:
Android Build Merger (Role) 2018-06-07 22:23:57 +00:00
commit a48273b4cb
1 changed files with 1 additions and 3 deletions

View File

@ -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();
}
}