Brion VIBBER has submitted this change and it was merged.

Change subject: Disabled the article loading messages. They got annoying.
......................................................................


Disabled the article loading messages. They got annoying.

Change-Id: If19bbd64e18425be30211558f128c9a4f9189a86
---
M wikipedia/View Controllers/WebView/WebViewController.m
1 file changed, 4 insertions(+), 4 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 c178b5c..3bcfb4e 100644
--- a/wikipedia/View Controllers/WebView/WebViewController.m
+++ b/wikipedia/View Controllers/WebView/WebViewController.m
@@ -1268,7 +1268,7 @@
     [self hideKeyboard];
     
     // Show loading message
-    [self showAlert:MWLocalizedString(@"search-loading-section-zero", nil)];
+    //[self showAlert:MWLocalizedString(@"search-loading-section-zero", nil)];
 
     if (invalidateCache) [self invalidateCacheForPageTitle:title 
domain:domain];
     
@@ -1354,7 +1354,7 @@
         // If article with sections just show them (unless needsRefresh is YES)
         if (article.section.count > 0 && !article.needsRefresh.boolValue) {
             [self displayArticle:articleID mode:DISPLAY_ALL_SECTIONS];
-            [self 
showAlert:MWLocalizedString(@"search-loading-article-loaded", nil)];
+            //[self 
showAlert:MWLocalizedString(@"search-loading-article-loaded", nil)];
             [self fadeAlert];
             return;
         }
@@ -1426,7 +1426,7 @@
         }];
         
         [self displayArticle:articleID mode:DISPLAY_APPEND_NON_LEAD_SECTIONS];
-        [self showAlert:MWLocalizedString(@"search-loading-article-loaded", 
nil)];
+        //[self showAlert:MWLocalizedString(@"search-loading-article-loaded", 
nil)];
         [self fadeAlert];
 
     } cancelledBlock:^(NSError *error){
@@ -1581,7 +1581,7 @@
         }];
 
         [self displayArticle:articleID mode:DISPLAY_LEAD_SECTION];
-        [self showAlert:MWLocalizedString(@"search-loading-section-remaining", 
nil)];
+        //[self 
showAlert:MWLocalizedString(@"search-loading-section-remaining", nil)];
 
     } cancelledBlock:^(NSError *error){
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If19bbd64e18425be30211558f128c9a4f9189a86
Gerrit-PatchSet: 1
Gerrit-Project: apps/ios/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Mhurd <mh...@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