diff --git a/DuckDuckGo/SwipeTabsCoordinator.swift b/DuckDuckGo/SwipeTabsCoordinator.swift index 8950b1b430..9d11d6ee29 100644 --- a/DuckDuckGo/SwipeTabsCoordinator.swift +++ b/DuckDuckGo/SwipeTabsCoordinator.swift @@ -111,8 +111,7 @@ class SwipeTabsCoordinator: NSObject { updateLayout() scrollToCurrent() - let indexPath = IndexPath(row: self.tabsModel.currentIndex, section: 0) - collectionView.reloadItems(at: [indexPath]) + collectionView.reloadData() } private func updateLayout() {