We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e92d42 commit 3353debCopy full SHA for 3353deb
SDWebImageSwiftUI/Classes/Indicator/Indicator.swift
@@ -38,8 +38,6 @@ struct IndicatorViewModifier<T> : ViewModifier where T : View {
38
content
39
if imageManager.isLoading {
40
indicator.content($imageManager.isLoading, $imageManager.progress)
41
- } else {
42
- indicator.content($imageManager.isLoading, $imageManager.progress).hidden()
43
}
44
45
0 commit comments