Commit a9c963b2cf15c12e2008756e68fd1e1002dea5d6
1 parent
4d95b31a
--no commit message
Showing
1 changed file
with
1 additions
and
0 deletions
src/com/upc/pbe/upcnews/Descarrega.java
... | ... | @@ -76,6 +76,7 @@ public class Descarrega extends AsyncTask<Object, Object, Object> { |
76 | 76 | |
77 | 77 | protected String doInBackground(String u) { |
78 | 78 | this.url = u; |
79 | + html = ""; | |
79 | 80 | try { |
80 | 81 | URLConnection conn = new URL(url).openConnection(); |
81 | 82 | BufferedReader in = new BufferedReader(new InputStreamReader( | ... | ... |