[fenix] For https://github.com/mozilla-mobile/fenix/issues/19191 - Fixes missing multi-select checkmarks

pull/600/head
codrut.topliceanu 3 years ago committed by Jonathan Almeida
parent 3fc5d43336
commit 7da6976770

@ -73,6 +73,8 @@ class BrowserTrayList @JvmOverloads constructor(
tabsFeature.start()
swipeToDelete.start()
adapter?.onAttachedToRecyclerView(this)
touchHelper.attachToRecyclerView(this)
}

Loading…
Cancel
Save