mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
#1728 (saved story icon in story titles list)
- Fixed icon in feed detail.
This commit is contained in:
parent
59579138d0
commit
bdfbaab99f
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ static UIFont *indicatorFont = nil;
|
|||
}
|
||||
int storyTitleX = leftMargin;
|
||||
if (cell.isSaved) {
|
||||
UIImage *savedIcon = [UIImage imageNamed:@"clock"];
|
||||
UIImage *savedIcon = [UIImage imageNamed:@"saved-stories"];
|
||||
[savedIcon drawInRect:CGRectMake(storyTitleX, storyTitleY - 1, 16, 16) blendMode:0 alpha:1];
|
||||
storyTitleX += 22;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue