Mhurd has uploaded a new change for review.

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

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(-)


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

diff --git a/wikipedia/View Controllers/WebView/WebViewController.m 
b/wikipedia/View Controllers/WebView/WebViewController.m
index 0c3161a..ad60e83 100644
--- a/wikipedia/View Controllers/WebView/WebViewController.m
+++ b/wikipedia/View Controllers/WebView/WebViewController.m
@@ -1306,6 +1306,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: newchange
Gerrit-Change-Id: I5145eb987c54b3eb07c8c93ae13bb204da7f45a1
Gerrit-PatchSet: 1
Gerrit-Project: apps/ios/wikipedia
Gerrit-Branch: master
Gerrit-Owner: 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