Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/ios/7.156.1' into release/ios/7.157.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 committed Feb 11, 2025
2 parents d896ba8 + 072b077 commit c47657b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 7.157.0
MARKETING_VERSION = 7.157.0
3 changes: 1 addition & 2 deletions DuckDuckGo/SwipeTabsCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ class SwipeTabsCoordinator: NSObject {
updateLayout()
scrollToCurrent()

let indexPath = IndexPath(row: self.tabsModel.currentIndex, section: 0)
collectionView.reloadItems(at: [indexPath])
collectionView.reloadData()
}

private func updateLayout() {
Expand Down

0 comments on commit c47657b

Please sign in to comment.