Skip to content

Commit

Permalink
fixed community list not being fancy tab scroll compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBAndrews committed Jan 23, 2024
1 parent 189706b commit e7f699e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mlem/Views/Tabs/Feeds/FeedsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ struct FeedsView: View {
.scrollIndicators(.hidden)
.navigationTitle("Communities")
.listStyle(PlainListStyle())
.fancyTabScrollCompatible()

SectionIndexTitles(proxy: scrollProxy, communitySections: communityListModel.allSections())
}
Expand Down

0 comments on commit e7f699e

Please sign in to comment.