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

Commit b0e4126a authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Do not clip recents view as it scales down to reveal more content

Change-Id: Icc26dec5fc4d6b19d22eb975628de3856f2ea471
parent 267d04f7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -261,7 +261,6 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
        setPageSpacing(getResources().getDimensionPixelSize(R.dimen.recents_page_spacing));
        setEnableFreeScroll(true);
        setEnableOverscroll(true);
        setClipToOutline(true);

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