[fenix] For https://github.com/mozilla-mobile/fenix/issues/8797: Do not allow nested scrolling on top sites.

pull/600/head
Michael Comella 5 years ago committed by Emily Kager
parent ffcb4840c3
commit d8a97e9d5c

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

Loading…
Cancel
Save