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