Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 606c5c41 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 5111df54 1f31915b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ public class OverviewModalTaskState extends OverviewState {

    @Override
    public int getTransitionDuration(Launcher launcher) {
        return 100;
        return 300;
    }

    @Override