iOS: Don’t scroll the story titles table when returning to the feed detail view (#832).

This commit is contained in:
Nicholas Riley 2015-11-27 22:18:04 -05:00
parent a23dc55636
commit ccb83465ca

View file

@ -456,7 +456,7 @@
if (indexPath && location >= 0) {
[self.storyTitlesTable selectRowAtIndexPath:indexPath
animated:NO
scrollPosition:UITableViewScrollPositionMiddle];
scrollPosition:UITableViewScrollPositionNone];
if (deselect) {
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 0.1 * NSEC_PER_SEC),
dispatch_get_main_queue(), ^(void) {