mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-17 14:51:45 +00:00
fixed progress bar infinite
This commit is contained in:
parent
34334f8e6e
commit
3f370584a4
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ struct EpisodeCell: View {
|
|||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
|
||||
fetchAnimeEpisodeDetails()
|
||||
}
|
||||
} else {
|
||||
isLoading = false
|
||||
}
|
||||
|
||||
if let totalEpisodes = totalEpisodes, episodeID + 1 < totalEpisodes {
|
||||
|
|
|
|||
Loading…
Reference in a new issue