Merge "[Overview Actions] Fix the animation duration issue." into ub-launcher3-rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
606c5c4179
+1
-1
@@ -38,7 +38,7 @@ public class OverviewModalTaskState extends OverviewState {
|
||||
|
||||
@Override
|
||||
public int getTransitionDuration(Launcher launcher) {
|
||||
return 100;
|
||||
return 300;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user