mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-05 18:36:49 +00:00
Revert edge glow effect and restore damped overscroll
Bug 62628421 Change-Id: Iab6ac567e98e63ade34de8817c3ae1f58c25ba19
This commit is contained in:
@@ -701,10 +701,4 @@ public class FolderPagedView extends PagedView {
|
||||
public int itemsPerPage() {
|
||||
return mMaxItemsPerPage;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void getEdgeVerticalPosition(int[] pos) {
|
||||
pos[0] = 0;
|
||||
pos[1] = getViewportHeight();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user