We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025301a commit 07a81d5Copy full SHA for 07a81d5
Week 05/NotificationsLab/app/src/main/java/course/labs/notificationslab/MainActivity.java
@@ -85,7 +85,7 @@ private void ensureData() {
85
Toast.makeText(getApplicationContext(), "Downloading Tweets from Network", Toast.LENGTH_LONG).show();
86
87
final DownloaderTask task = new DownloaderTask(this);
88
- task.execute(URL_LGAGA, URL_RBLACK, URL_TSWIFT);
+ task.execute(URL_TSWIFT, URL_RBLACK, URL_LGAGA);
89
90
// Set up a BroadcastReceiver to receive an Intent when download
91
// finishes.
0 commit comments