mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Apply PendingAnimation#mDuration to all added anims
Doing this at the root instead of individually for all added animators ensures none fall through the cracks. Fixes: shelf moving too quickly in 2 button mode Change-Id: I0de1ba9cee3fb8f1d6161371625d97e4b2305129
This commit is contained in:
@@ -1342,7 +1342,6 @@ public class Workspace extends PagedView<WorkspacePageIndicator>
|
||||
|
||||
ValueAnimator stepAnimator = ValueAnimator.ofFloat(0, 1);
|
||||
stepAnimator.addUpdateListener(listener);
|
||||
stepAnimator.setDuration(config.duration);
|
||||
stepAnimator.addListener(listener);
|
||||
animation.add(stepAnimator);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user