From 692f5c0ede4a04404d1ddd89e59fa213a93ba7f9 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Fri, 26 Jul 2013 17:58:58 -0700 Subject: [PATCH] Fixing unread counts bug on ios. --- clients/ios/Classes/NewsBlurViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/ios/Classes/NewsBlurViewController.m b/clients/ios/Classes/NewsBlurViewController.m index 86fb2eed6..96610b62a 100644 --- a/clients/ios/Classes/NewsBlurViewController.m +++ b/clients/ios/Classes/NewsBlurViewController.m @@ -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]) {