1
0
Fork 0

For #8797: Do not allow nested scrolling on top sites.

master
Michael Comella 2020-02-26 15:11:17 -08:00 committed by Emily Kager
parent 169a255c7f
commit db57e123b9
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class TopSiteViewHolder(
view.top_sites_list.apply {
adapter = topSitesAdapter
layoutManager = GridLayoutManager(view.context, NUM_COLUMNS)
isNestedScrollingEnabled = false
}
}