Merge "[Overview Actions] Fix the animation duration issue." into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-29 16:03:24 +00:00
committed by Android (Google) Code Review
@@ -38,7 +38,7 @@ public class OverviewModalTaskState extends OverviewState {
@Override
public int getTransitionDuration(Launcher launcher) {
return 100;
return 300;
}
@Override