Skip to content

Commit

Permalink
Align behavior on NetNewWire (and Reeder on the iPad) when a feed has…
Browse files Browse the repository at this point in the history
… multiple labels.
  • Loading branch information
barijaona committed Mar 26, 2012
1 parent 8a17c1b commit 6970fb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GoogleReader.m
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ -(void)completeLoadSubscriptions {

NSMutableArray * params = [NSMutableArray arrayWithObjects:[folderNames mutableCopy], [NSNumber numberWithInt:MA_Root_Folder], nil];
[self performSelectorOnMainThread:@selector(createFolders:) withObject:params waitUntilDone:YES];
break; //In case of multiple labels, we retain only the first one
}
}

Expand Down

0 comments on commit 6970fb4

Please sign in to comment.