Silence tvOS warning

This commit is contained in:
Matej Bukovinski 2020-01-13 21:44:52 +01:00
parent 24ff51d11d
commit 5097c9c14f
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ static const CGFloat MBDefaultDetailsLabelFontSize = 12.f;
UIActivityIndicatorView *activityIndicator;
[indicator removeFromSuperview];
#if !TARGET_OS_MACCATALYST
if (@available(iOS 13.0, *)) {
if (@available(iOS 13.0, tvOS 13.0, *)) {
#endif
activityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleLarge];
activityIndicator.color = [UIColor whiteColor];