Skip to content

Commit 830073f

Browse files
authored
Refactor NO-TICKET [Homepage Stories] Rename function for clarity (#31982)
1 parent d59bb7e commit 830073f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firefox-ios/Client/Frontend/Home/Homepage/Layout/HomepageSectionLayoutProvider.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@ final class HomepageSectionLayoutProvider: FeatureFlaggable {
219219
return createVerticalStoriesSectionLayout(for: environment)
220220
}
221221

222-
return createBaselineStoriesSectionLayout(for: environment)
222+
return createHorizontalStoriesSectionLayout(for: environment)
223223
}
224224

225-
private func createBaselineStoriesSectionLayout(
225+
private func createHorizontalStoriesSectionLayout(
226226
for environment: NSCollectionLayoutEnvironment
227227
) -> NSCollectionLayoutSection {
228228
let traitCollection = environment.traitCollection

0 commit comments

Comments
 (0)