Brion VIBBER has submitted this change and it was merged.

Change subject: Marked lang insertion point.
......................................................................


Marked lang insertion point.

Change-Id: I5145eb987c54b3eb07c8c93ae13bb204da7f45a1
---
M wikipedia/View Controllers/WebView/WebViewController.m
1 file changed, 4 insertions(+), 0 deletions(-)

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



diff --git a/wikipedia/View Controllers/WebView/WebViewController.m 
b/wikipedia/View Controllers/WebView/WebViewController.m
index d029ea7..ad509ea 100644
--- a/wikipedia/View Controllers/WebView/WebViewController.m
+++ b/wikipedia/View Controllers/WebView/WebViewController.m
@@ -1302,6 +1302,10 @@
         }
         
         self.scrollOffset = scrollOffset;
+
+
+[sectionTextArray addObject:[NSString stringWithFormat:@"THIS MANY LANGS 
AVAILABLE = %d", langCount.integerValue]];
+
         
         // Join article sections text
         NSString *joint = @""; //@"<div 
style=\"background-color:#ffffff;height:55px;\"></div>";

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

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

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

Reply via email to