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

Commit fbdf40ff authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Change the all apps atomic transition duration to 150 ms" into tm-dev

parents cacb21cb d6887242
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ public class AllAppsState extends LauncherState {

    @Override
    public int getTransitionDuration(Context context) {
        return 320;
        return 150;
    }

    @Override