File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -354,13 +354,11 @@ - (void)openNode:(NSManagedObject *)node
354
354
childViewController.detailViewController = self.detailViewController ;
355
355
[self .navigationController pushViewController: childViewController animated: YES ];
356
356
} else {
357
-
358
357
if ([[node valueForKey: @" installDomain" ] intValue ] > 1 ) {
359
358
NSURL *webURL = [docSet webURLForNode: node];
360
359
[[UIApplication sharedApplication ] openURL: webURL];
361
360
return ;
362
361
}
363
-
364
362
if ([[UIDevice currentDevice ] userInterfaceIdiom ] == UIUserInterfaceIdiomPad) {
365
363
[self .detailViewController showNode: node inDocSet: docSet];
366
364
} else {
@@ -376,6 +374,7 @@ - (void)showBookmarks:(id)sender
376
374
BookmarksViewController *vc = [[BookmarksViewController alloc ] initWithDocSet: self .docSet];
377
375
vc.delegate = self;
378
376
UINavigationController *navController = [[UINavigationController alloc ] initWithRootViewController: vc];
377
+ navController.toolbarHidden = NO ;
379
378
[self presentModalViewController: navController animated: YES ];
380
379
}
381
380
You can’t perform that action at this time.
0 commit comments