mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing unread counts bug on ios.
This commit is contained in:
parent
2aee702f8b
commit
692f5c0ede
1 changed files with 1 additions and 1 deletions
|
@ -1006,7 +1006,7 @@ static const CGFloat kFolderTitleHeight = 28;
|
|||
cell = [[FeedTableCell alloc]
|
||||
initWithStyle:UITableViewCellStyleDefault
|
||||
reuseIdentifier:CellIdentifier];
|
||||
// cell.appDelegate = appDelegate;
|
||||
cell.appDelegate = appDelegate;
|
||||
}
|
||||
|
||||
if (![self isFeedVisible:feedId]) {
|
||||
|
|
Loading…
Add table
Reference in a new issue