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

fennec/beta
Michael Comella 4 years ago committed by Emily Kager
parent 169a255c7f
commit db57e123b9

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

Loading…
Cancel
Save