mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-05-01 10:30:16 -05:00
typo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user