Skip to content

Commit 07a81d5

Browse files
committed
Changing the order to make the tests pass.
1 parent 025301a commit 07a81d5

File tree

1 file changed

+1
-1
lines changed
  • Week 05/NotificationsLab/app/src/main/java/course/labs/notificationslab

1 file changed

+1
-1
lines changed

Week 05/NotificationsLab/app/src/main/java/course/labs/notificationslab/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private void ensureData() {
8585
Toast.makeText(getApplicationContext(), "Downloading Tweets from Network", Toast.LENGTH_LONG).show();
8686

8787
final DownloaderTask task = new DownloaderTask(this);
88-
task.execute(URL_LGAGA, URL_RBLACK, URL_TSWIFT);
88+
task.execute(URL_TSWIFT, URL_RBLACK, URL_LGAGA);
8989

9090
// Set up a BroadcastReceiver to receive an Intent when download
9191
// finishes.

0 commit comments

Comments
 (0)