Skip to content

Commit 5097c9c

Browse files
committed
Silence tvOS warning
1 parent 24ff51d commit 5097c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MBProgressHUD.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ - (void)updateIndicators {
373373
UIActivityIndicatorView *activityIndicator;
374374
[indicator removeFromSuperview];
375375
#if !TARGET_OS_MACCATALYST
376-
if (@available(iOS 13.0, *)) {
376+
if (@available(iOS 13.0, tvOS 13.0, *)) {
377377
#endif
378378
activityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleLarge];
379379
activityIndicator.color = [UIColor whiteColor];

0 commit comments

Comments
 (0)