We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e1d38 commit aad5bd2Copy full SHA for aad5bd2
MagazineLayout/Public/MagazineLayout.swift
@@ -1295,7 +1295,7 @@ public final class MagazineLayout: UICollectionViewLayout {
1295
visibleItemLocationFramePairs.sort { $0.elementLocation < $1.elementLocation }
1296
1297
let firstVisibleItemLocationFramePair = visibleItemLocationFramePairs.first {
1298
- // When scrolling up, only calculate a a target content offset based on visible, already-sized
+ // When scrolling up, only calculate a target content offset based on visible, already-sized
1299
// cells. Otherwise, scrolling will be jumpy.
1300
modelState.isItemHeightSettled(indexPath: $0.elementLocation.indexPath)
1301
}
0 commit comments