This commit is contained in:
Yuriy Liskov
2024-03-17 08:41:48 +02:00
parent 7921722eed
commit 9ffabd30ac
@@ -1047,7 +1047,7 @@ final class GridLayoutManager extends RecyclerView.LayoutManager {
public boolean canScrollHorizontally() {
// We can scroll horizontally if we have horizontal orientation, or if
// we are vertical and have more than one column.
// MOD: fix gridview overscroll in touch mode
// MOD: fix VerticalGridView overscroll in touch mode
//return mOrientation == HORIZONTAL || mNumRows > 1;
return mOrientation == HORIZONTAL;
}