Skip to content

Commit 0bd0006

Browse files
committed
Fix the bug that cause tvOS compile issues
1 parent 22d5973 commit 0bd0006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SDWebImageSwiftUI/Classes/Indicator/Indicator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public struct Indicator {
2525
}
2626
}
2727

28-
#if os(macOS) || os(iOS) || os(iOS)
28+
#if os(macOS) || os(iOS) || os(tvOS)
2929
extension Indicator {
3030
/// Activity Indicator
3131
public static var activity: Indicator {

0 commit comments

Comments
 (0)