mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
iOS #1160 (state restoration)
If the story isn’t available, now pops to the feed detail.
This commit is contained in:
parent
aade97e73d
commit
415abc883a
1 changed files with 2 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue