Commit 4a4152c1e3edaad31d69093d1079372137b673aa
1 parent
1daac106
--no commit message
Showing
1 changed file
with
1 additions
and
5 deletions
src/com/upc/pbe/upcnews/Directoris.java
... | ... | @@ -113,11 +113,7 @@ public class Directoris extends Activity implements OnClickListener { |
113 | 113 | Log.d(TAG, urlvideo); |
114 | 114 | |
115 | 115 | if (urlvideo.equalsIgnoreCase("No s'ha trobat")) { |
116 | - Toast.makeText( | |
117 | - this, | |
118 | - "The directory " + b.getText() | |
119 | - + " does not contain any '.m3u8' file", | |
120 | - Toast.LENGTH_LONG).show(); | |
116 | + Toast.makeText(this, "The directory " + b.getText() + " does not contain any '.m3u8' file", Toast.LENGTH_LONG).show(); | |
121 | 117 | } else { |
122 | 118 | d = new Descarrega(urlvideo, file, folder); |
123 | 119 | String m3u8 = d.doInBackground(); | ... | ... |