mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixed #1616 (crash on opening notifications)
This commit is contained in:
parent
64d1e83af7
commit
edaa866212
1 changed files with 4 additions and 1 deletions
|
@ -2369,7 +2369,10 @@
|
|||
// [self.feedsNavigationController popToRootViewControllerAnimated:NO];
|
||||
// [self.splitViewController showColumn:UISplitViewControllerColumnPrimary];
|
||||
[self showFeedsListAnimated:NO];
|
||||
[self loadFolder:folder feedID:feedID];
|
||||
|
||||
if (folder != nil) {
|
||||
[self loadFolder:folder feedID:feedID];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue