[fenix] For https://github.com/mozilla-mobile/fenix/issues/19131 - Adds kdoc to TopSitePagerPayload

pull/600/head
codrut.topliceanu 3 years ago committed by mergify[bot]
parent 58657ebdef
commit 55c0be886f

@ -47,6 +47,10 @@ sealed class AdapterItem(@LayoutRes val viewType: Int) {
ButtonTipViewHolder.LAYOUT_ID
)
/**
* Contains a set of [Pair]s where [Pair.first] is the index of the changed [TopSite] and
* [Pair.second] is the new [TopSite].
*/
data class TopSitePagerPayload(
val changed: Set<Pair<Int, TopSite>>
)

Loading…
Cancel
Save