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

Commit 257b9c1a authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Reapply the change to not clip recents

Redo the fix from ag/4326104 as it got removed when reverting
the overscroll fix in ag/4358154

Change-Id: I87d186cbf7675948f4cd5d8aa1a907db1aad5ea0
parent 260b4cbd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -260,7 +260,6 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
        super(context, attrs, defStyleAttr);
        setPageSpacing(getResources().getDimensionPixelSize(R.dimen.recents_page_spacing));
        enableFreeScroll(true);
        setClipToOutline(true);

        mFastFlingVelocity = getResources()
                .getDimensionPixelSize(R.dimen.recents_fast_fling_velocity);