We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59bb7e commit 830073fCopy full SHA for 830073f
firefox-ios/Client/Frontend/Home/Homepage/Layout/HomepageSectionLayoutProvider.swift
@@ -219,10 +219,10 @@ final class HomepageSectionLayoutProvider: FeatureFlaggable {
219
return createVerticalStoriesSectionLayout(for: environment)
220
}
221
222
- return createBaselineStoriesSectionLayout(for: environment)
+ return createHorizontalStoriesSectionLayout(for: environment)
223
224
225
- private func createBaselineStoriesSectionLayout(
+ private func createHorizontalStoriesSectionLayout(
226
for environment: NSCollectionLayoutEnvironment
227
) -> NSCollectionLayoutSection {
228
let traitCollection = environment.traitCollection
0 commit comments