mypackage_wrt/RssReader.js
changeset 44 48bcd0bbc1ab
parent 42 20be4dd42b12
--- a/mypackage_wrt/RssReader.js	Wed May 05 11:52:23 2010 +0100
+++ b/mypackage_wrt/RssReader.js	Thu May 06 13:01:45 2010 +0100
@@ -58,7 +58,7 @@
 			}
 			this.feedPresenter.addFooterItems();
 		}
-		uiManager.hideNotification();
+		if (isHideNotifications) {uiManager.hideNotification();}
 		//code to update feeds
 		if (this.UpdateButton) {
 			this.UpdateButton.setText( this.ButtonText + " (" + this.feedItemControls.length + ")");
@@ -140,6 +140,8 @@
 				});
 	    }
 		uiManager.showNotification(-1, "wait", "Loading feed...", -1);
+		isHideNotifications=true;
+		
 	}
 }