iOS #1160 (state restoration)

If the story isn’t available, now pops to the feed detail.
This commit is contained in:
David Sinclair 2019-05-16 20:39:18 -07:00
parent aade97e73d
commit 415abc883a

View file

@ -805,7 +805,8 @@
NSInteger pageIndex = [appDelegate.storiesCollection indexOfStoryId:self.restoringStoryId];
if (pageIndex < 0) {
[self doNextUnreadStory:nil];
[appDelegate hideStoryDetailView];
// [self doNextUnreadStory:nil];
} else {
[self changePage:pageIndex animated:NO];
}