From 14e0454e86d56f02a48061b9da7522c3f403e923 Mon Sep 17 00:00:00 2001 From: Adam Gleitman Date: Tue, 1 Dec 2020 13:36:34 -0800 Subject: [PATCH] Get rid of unneeded TODO --- apple/Elements/RNSVGSvgView.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apple/Elements/RNSVGSvgView.m b/apple/Elements/RNSVGSvgView.m index 1f458c6a..c44a775c 100644 --- a/apple/Elements/RNSVGSvgView.m +++ b/apple/Elements/RNSVGSvgView.m @@ -25,8 +25,7 @@ - (instancetype)initWithFrame:(CGRect)frame { if (self = [super initWithFrame:frame]) { -#if !TARGET_OS_OSX - // TODO: Figure out the proper macOS equivalent +#if !TARGET_OS_OSX // Not available on macOS // This is necessary to ensure that [self setNeedsDisplay] actually triggers // a redraw when our parent transitions between hidden and visible. self.contentMode = UIViewContentModeRedraw;