mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
#1290 (state restoration)
- Now doesn’t select a story if the appropriate one can’t be found. - Left commented out the old behavior of selecting the first unread, in case you change your mind.
This commit is contained in:
parent
a95204ca38
commit
334fb705d9
1 changed files with 2 additions and 1 deletions
|
@ -823,7 +823,8 @@
|
|||
if (pageIndex >= 0) {
|
||||
[self changePage:pageIndex animated:NO];
|
||||
} else if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
|
||||
[self doNextUnreadStory:nil];
|
||||
// If the story can't be found, don't show anything; uncomment this to instead show the first unread story:
|
||||
// [self doNextUnreadStory:nil];
|
||||
} else {
|
||||
[appDelegate hideStoryDetailView];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue