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

Commit 075c50e0 authored by Andy Wickham's avatar Andy Wickham Committed by Android (Google) Code Review
Browse files

Merge "Doesn't scale PagedView snap speed during tests." into sc-v2-dev

parents 646f8046 da5a89b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1614,7 +1614,7 @@ public abstract class PagedView<T extends View & PageIndicator> extends ViewGrou
            return false;
        }

        if (FeatureFlags.IS_STUDIO_BUILD) {
        if (FeatureFlags.IS_STUDIO_BUILD && !Utilities.IS_RUNNING_IN_TEST_HARNESS) {
            duration *= Settings.Global.getFloat(getContext().getContentResolver(),
                    Settings.Global.WINDOW_ANIMATION_SCALE, 1);
        }