[automerger] Revert workaround for missing frame callback am: 2ad2859f1e
am: 53d57998c1
Change-Id: Ie39ded4d958e25cf732d0fa3988151858186df8d
This commit is contained in:
commit
a48273b4cb
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue