Fixing unread counts bug on ios.

This commit is contained in:
Samuel Clay 2013-07-26 17:58:58 -07:00
parent 2aee702f8b
commit 692f5c0ede

View file

@ -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]) {