From dba3a4e62df39bd98c3b10d37f1093feeb60699a Mon Sep 17 00:00:00 2001 From: David Sinclair Date: Mon, 18 Apr 2022 20:41:51 -0700 Subject: [PATCH] #1672 (can't add a saved story tag when saving story) --- clients/ios/Classes/NewsBlurAppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/ios/Classes/NewsBlurAppDelegate.m b/clients/ios/Classes/NewsBlurAppDelegate.m index 224bbb771..8a62572c8 100644 --- a/clients/ios/Classes/NewsBlurAppDelegate.m +++ b/clients/ios/Classes/NewsBlurAppDelegate.m @@ -1373,7 +1373,7 @@ [self.userTagsViewController view]; // Force viewDidLoad 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