Skip to content

Commit

Permalink
Remove TODO: bugfix code should not be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
swrobel authored Mar 9, 2021
1 parent c94a101 commit 672ed14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion React/Views/RefreshControl/RCTRefreshControl.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ - (void)layoutSubviews
[super layoutSubviews];

// Fix for bug #7976
// TODO: Remove when updating to use iOS 10 refreshControl UIScrollView prop.
if (self.backgroundColor == nil) {
self.backgroundColor = [UIColor clearColor];
}
Expand Down

0 comments on commit 672ed14

Please sign in to comment.