Dr0ptp4kt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/191074

Change subject: Make popover arrow point at share button
......................................................................

Make popover arrow point at share button

Fixes bug T89524

Change-Id: Ic8626b504bbd17a5309905a268154beeb5303d3b
---
M wikipedia/View Controllers/Navigation/Bottom/BottomMenuViewController.m
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/ios/wikipedia 
refs/changes/74/191074/1

diff --git a/wikipedia/View 
Controllers/Navigation/Bottom/BottomMenuViewController.m b/wikipedia/View 
Controllers/Navigation/Bottom/BottomMenuViewController.m
index cf84a08..8437719 100644
--- a/wikipedia/View Controllers/Navigation/Bottom/BottomMenuViewController.m
+++ b/wikipedia/View Controllers/Navigation/Bottom/BottomMenuViewController.m
@@ -331,7 +331,7 @@
     } else {
         // iPad crashes if you present share dialog modally. Whee!
         self.popover = [[UIPopoverController alloc] 
initWithContentViewController:shareActivityVC];
-        [self.popover presentPopoverFromRect:self.saveButton.frame
+        [self.popover presentPopoverFromRect:self.rightButton.frame
                                       inView:self.view
                     permittedArrowDirections:UIPopoverArrowDirectionAny
                                     animated:YES];

-- 
To view, visit https://gerrit.wikimedia.org/r/191074
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8626b504bbd17a5309905a268154beeb5303d3b
Gerrit-PatchSet: 1
Gerrit-Project: apps/ios/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Dr0ptp4kt <ab...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to