Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Ivanov committed Mar 13, 2019
1 parent 21eaf16 commit ddbf612
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NYTPhotoViewer/NYTPhotoCaptionView.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ - (void)commonInit {

[self setupTextView];
[self updateTextViewAttributedText];
[self setupGradient];
// fix #278
// https://github.com/nytimes/NYTPhotoViewer/issues/278
//[self setupGradient];
}

- (void)setupTextView {
Expand Down

0 comments on commit ddbf612

Please sign in to comment.