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 24ff51d commit 5097c9cCopy full SHA for 5097c9c
MBProgressHUD.m
@@ -373,7 +373,7 @@ - (void)updateIndicators {
373
UIActivityIndicatorView *activityIndicator;
374
[indicator removeFromSuperview];
375
#if !TARGET_OS_MACCATALYST
376
- if (@available(iOS 13.0, *)) {
+ if (@available(iOS 13.0, tvOS 13.0, *)) {
377
#endif
378
activityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleLarge];
379
activityIndicator.color = [UIColor whiteColor];
0 commit comments