mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
[automerger] Revert workaround for missing frame callback am: 2ad2859f1e
Change-Id: Ie92ada3a301bad9cf0cdd355285503f656c8a125
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user