<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -48,7 +48,11 @@ public class LegislatorTwitter extends ListActivity {
     	tweets = (Status[]) getLastNonConfigurationInstance();
     	
     	setupControls();
-    	loadTweets();
+    	
+    	if (tweets == null)
+    		loadTweets();
+    	else
+    		displayTweets();
 	}
 	
 	@Override
@@ -99,11 +103,8 @@ public class LegislatorTwitter extends ListActivity {
 	        }
 	    };
 	    
-	    if (tweets == null) {
-		    loadingThread.start();
-			showDialog(LOADING);
-	    } else
-	    	displayTweets();
+	    loadingThread.start();
+		showDialog(LOADING);
 	}
 	
 	public void firstToast() {</diff>
      <filename>src/com/sunlightlabs/android/congress/LegislatorTwitter.java</filename>
    </modified>
    <modified>
      <diff>@@ -46,7 +46,11 @@ public class LegislatorYouTube extends ListActivity {
     	videos = (Video[]) getLastNonConfigurationInstance();
     	
     	setupControls();
-    	loadVideos();
+    	
+    	if (videos == null)
+    		loadVideos();
+    	else
+    		displayVideos();
 	}
 	
 	@Override
@@ -85,11 +89,8 @@ public class LegislatorYouTube extends ListActivity {
 	        }
 	    };
 	    
-	    if (videos == null) {
-		    loadingThread.start();
-			showDialog(LOADING);
-	    } else
-	    	displayVideos();
+	    loadingThread.start();
+		showDialog(LOADING);
 	}
 	
 	@Override</diff>
      <filename>src/com/sunlightlabs/android/congress/LegislatorYouTube.java</filename>
    </modified>
    <modified>
      <diff>@@ -65,7 +65,6 @@ public class Twitter {
 		} catch(JSONException e) {
 			throw new TwitterException(e);
 		}
-		
 		return tweets;
 	}
 	</diff>
      <filename>src/com/sunlightlabs/android/twitter/Twitter.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9c583475c22e3a4bfc2aab39d5fdb08e472b3525</id>
    </parent>
  </parents>
  <author>
    <name>klondike</name>
    <email>kprojection@gmail.com</email>
  </author>
  <url>http://github.com/sunlightlabs/congress/commit/a77934389acec90ff196c6b54d39f0915f6fb13a</url>
  <id>a77934389acec90ff196c6b54d39f0915f6fb13a</id>
  <committed-date>2009-11-06T14:16:48-08:00</committed-date>
  <authored-date>2009-11-06T14:16:48-08:00</authored-date>
  <message>Anticipated the same bug in empty Twitter and YouTube lists and fixed it there</message>
  <tree>d4bb13ee05bc3bbd9635a7b089f218b0191e3d2f</tree>
  <committer>
    <name>klondike</name>
    <email>kprojection@gmail.com</email>
  </committer>
</commit>
