Bgerstle has uploaded a new change for review.

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

Change subject: fix compiler error
......................................................................

fix compiler error

Change-Id: Iae758d8ce28119d95487775b3511d2ba56423c12
---
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/75/216875/1

diff --git a/Wikipedia/View 
Controllers/Navigation/Bottom/BottomMenuViewController.m b/Wikipedia/View 
Controllers/Navigation/Bottom/BottomMenuViewController.m
index cb12fb4..302f58a 100644
--- a/Wikipedia/View Controllers/Navigation/Bottom/BottomMenuViewController.m
+++ b/Wikipedia/View Controllers/Navigation/Bottom/BottomMenuViewController.m
@@ -163,7 +163,7 @@
         || ![(WikiGlyphButton*)recognizer.view enabled]) {
         return;
     }
-    [self animateAndPerformActionForButton:recognizer.view
+    [self animateAndPerformActionForButton:(WikiGlyphButton*)recognizer.view
                   disableButtonInteraction:recognizer.view.tag == 
BOTTOM_MENU_BUTTON_SHARE];
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iae758d8ce28119d95487775b3511d2ba56423c12
Gerrit-PatchSet: 1
Gerrit-Project: apps/ios/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Bgerstle <bgers...@wikimedia.org>

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

Reply via email to