mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-22 21:08:15 +01:00
Fix background
This commit is contained in:
parent
6f8bec4737
commit
0739264005
@ -30,6 +30,9 @@ public struct TrendingLinksListView: View {
|
||||
ProgressView()
|
||||
Spacer()
|
||||
}
|
||||
#if !os(visionOS)
|
||||
.listRowBackground(theme.primaryBackgroundColor)
|
||||
#endif
|
||||
.task {
|
||||
defer {
|
||||
isLoadingNextPage = false
|
||||
|
Loading…
Reference in New Issue
Block a user