mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
iOS: Missed a popover.
This commit is contained in:
parent
b364b0b92e
commit
91a9aab612
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@
|
|||
self.menuTableView.scrollEnabled = self.navigationController.preferredContentSize.height > self.view.frame.size.height;
|
||||
}
|
||||
|
||||
// allow keyboard comands
|
||||
- (BOOL)canBecomeFirstResponder {
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)buildMenuOptions {
|
||||
BOOL everything = appDelegate.storiesCollection.isRiverView &&
|
||||
[appDelegate.storiesCollection.activeFolder isEqualToString:@"everything"];
|
||||
|
|
Loading…
Add table
Reference in a new issue