From 7da6976770d10f29d7b9903fe822a8bf3599c7ed Mon Sep 17 00:00:00 2001 From: "codrut.topliceanu" Date: Fri, 4 Jun 2021 13:00:58 +0300 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/19191 - Fixes missing multi-select checkmarks --- .../java/org/mozilla/fenix/tabstray/browser/BrowserTrayList.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/java/org/mozilla/fenix/tabstray/browser/BrowserTrayList.kt b/app/src/main/java/org/mozilla/fenix/tabstray/browser/BrowserTrayList.kt index 4d561ed76c..b3291c432c 100644 --- a/app/src/main/java/org/mozilla/fenix/tabstray/browser/BrowserTrayList.kt +++ b/app/src/main/java/org/mozilla/fenix/tabstray/browser/BrowserTrayList.kt @@ -73,6 +73,8 @@ class BrowserTrayList @JvmOverloads constructor( tabsFeature.start() swipeToDelete.start() + adapter?.onAttachedToRecyclerView(this) + touchHelper.attachToRecyclerView(this) }