Brion VIBBER has submitted this change and it was merged.

Change subject: Fix for improper call to super method.
......................................................................


Fix for improper call to super method.

Change-Id: I0fee10d5a80b7d576b5570a66afb409cf6d92794
---
M Commons-iOS/ImageScrollViewController.m
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Brion VIBBER: Verified; Looks good to me, approved



diff --git a/Commons-iOS/ImageScrollViewController.m 
b/Commons-iOS/ImageScrollViewController.m
index feff553..e391dbd 100644
--- a/Commons-iOS/ImageScrollViewController.m
+++ b/Commons-iOS/ImageScrollViewController.m
@@ -91,7 +91,7 @@
 }
 
 -(void)viewDidLayoutSubviews{
-    [super viewWillLayoutSubviews];
+    [super viewDidLayoutSubviews];
     [self centerScrollViewContents];
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0fee10d5a80b7d576b5570a66afb409cf6d92794
Gerrit-PatchSet: 1
Gerrit-Project: apps/ios/commons
Gerrit-Branch: master
Gerrit-Owner: Brion VIBBER <br...@wikimedia.org>
Gerrit-Reviewer: Brion VIBBER <br...@wikimedia.org>
Gerrit-Reviewer: Mhurd <mh...@wikimedia.org>

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

Reply via email to