diff --git a/app/src/main/java/org/mozilla/fenix/tabtray/TabTrayView.kt b/app/src/main/java/org/mozilla/fenix/tabtray/TabTrayView.kt index a52055e79..e88b21d9e 100644 --- a/app/src/main/java/org/mozilla/fenix/tabtray/TabTrayView.kt +++ b/app/src/main/java/org/mozilla/fenix/tabtray/TabTrayView.kt @@ -167,6 +167,10 @@ class TabTrayView( // Put the Synced Tabs adapter at the end. concatAdapter.addAdapter(syncedTabsController.adapter) + + if (view.context.settings().accessibilityServicesEnabled) { + tabsAdapter.notifyDataSetChanged() + } if (!hasLoaded) { hasLoaded = true