Skip to content

Commit

Permalink
perf: hide scrollIndicators
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Jan 8, 2024
1 parent 2e60d33 commit a5e957f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Easydict/NewApp/View/SettingView/Tabs/ServiceTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ struct ServiceTab: View {
})
.listRowSeparator(.hidden)
}
.scrollIndicators(.hidden)
.listStyle(.plain)
.clipShape(RoundedRectangle(cornerRadius: 8.0))
.padding([.horizontal, .bottom])
Expand Down

0 comments on commit a5e957f

Please sign in to comment.