Add back accessibility call that might be important

pull/50/head fork-8
Adam Novak 4 years ago
parent db86e42e53
commit e952589ef2

@ -168,6 +168,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
scrollToTab(view.context.components.core.store.state.selectedTabId)

Loading…
Cancel
Save