Skip to content

Commit

Permalink
Returning when error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoPrimi committed Sep 25, 2017
1 parent ad22b37 commit df72028
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public void onClick(DialogInterface dialog, int id) {
}
});
e.printStackTrace();
return;
}
listItems.addAll(urlItems);
}
Expand Down

0 comments on commit df72028

Please sign in to comment.