mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
#1672 (can't add a saved story tag when saving story)
This commit is contained in:
parent
d7a2159954
commit
dba3a4e62d
1 changed files with 1 additions and 1 deletions
|
@ -1373,7 +1373,7 @@
|
||||||
|
|
||||||
[self.userTagsViewController view]; // Force viewDidLoad
|
[self.userTagsViewController view]; // Force viewDidLoad
|
||||||
CGRect frame = [sender CGRectValue];
|
CGRect frame = [sender CGRectValue];
|
||||||
[self showPopoverWithViewController:self.userTagsViewController contentSize:CGSizeMake(220, 382) sourceView:self.storyPagesViewController.view sourceRect:frame permittedArrowDirections:UIPopoverArrowDirectionUp];
|
[self showPopoverWithViewController:self.userTagsViewController contentSize:CGSizeMake(220, 382) sourceView:self.storyPagesViewController.view sourceRect:frame permittedArrowDirections:UIPopoverArrowDirectionDown];
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma mark - UIPopoverPresentationControllerDelegate
|
#pragma mark - UIPopoverPresentationControllerDelegate
|
||||||
|
|
Loading…
Add table
Reference in a new issue