mirror of
https://github.com/cranci1/Sora.git
synced 2026-05-16 23:01:57 +00:00
fix scrolling in download series option menu homepage
This commit is contained in:
parent
0361eb9aed
commit
6444513b4c
1 changed files with 7 additions and 1 deletions
|
|
@ -130,6 +130,12 @@ struct DownloadView: View {
|
||||||
.padding(.top, 20)
|
.padding(.top, 20)
|
||||||
.scrollViewBottomPadding()
|
.scrollViewBottomPadding()
|
||||||
}
|
}
|
||||||
|
.onAppear {
|
||||||
|
UIScrollView.appearance().bounces = false
|
||||||
|
}
|
||||||
|
.onDisappear {
|
||||||
|
UIScrollView.appearance().bounces = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue