mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user