Fixing an iPhone crash around marking a site as read and returning to the app then changing intelligence. Whew.

This commit is contained in:
Samuel Clay 2011-10-18 17:52:14 -07:00
parent 90f2ee3327
commit cf339e2169
2 changed files with 5 additions and 4 deletions

View file

@ -86,6 +86,7 @@
if ([feedId compare:[appDelegate.activeFeed objectForKey:@"id"]] == NSOrderedSame) {
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:f inSection:s];
[indexPaths addObject:indexPath];
[self.stillVisibleFeeds setObject:indexPath forKey:[NSString stringWithFormat:@"%@", feedId]];
}
}
}

View file

@ -12,10 +12,10 @@
green:((float)((rgbValue & 0xFF00) >> 8))/255.0 \
blue:((float)(rgbValue & 0xFF))/255.0 alpha:1.0]
#define BACKGROUND_REFRESH_SECONDS -10*60
// #define BACKGROUND_REFRESH_SECONDS -5
#define BACKGROUND_REFRESH_SECONDS -5
// #define BACKGROUND_REFRESH_SECONDS -10*60
// #define NEWSBLUR_URL [NSString stringWithFormat:@"nb.local.host:8000"]
#define NEWSBLUR_URL [NSString stringWithFormat:@"www.newsblur.com"]
#define NEWSBLUR_URL [NSString stringWithFormat:@"nb.local.host:8000"]
// #define NEWSBLUR_URL [NSString stringWithFormat:@"www.newsblur.com"]
#endif