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

Commit c47657b

Browse files
committed
Merge branch 'hotfix/ios/7.156.1' into release/ios/7.157.0
2 parents d896ba8 + 072b077 commit c47657b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Configuration/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MARKETING_VERSION = 7.157.0
1+
MARKETING_VERSION = 7.157.0

DuckDuckGo/SwipeTabsCoordinator.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ class SwipeTabsCoordinator: NSObject {
112112
updateLayout()
113113
scrollToCurrent()
114114

115-
let indexPath = IndexPath(row: self.tabsModel.currentIndex, section: 0)
116-
collectionView.reloadItems(at: [indexPath])
115+
collectionView.reloadData()
117116
}
118117

119118
private func updateLayout() {

0 commit comments

Comments
 (0)