Commit 71234b1a343a0554a43cb9273a28d615a4e7bb5d

Authored by Imanol-Mikel Barba Sabariego
1 parent 61aed4a1

--no commit message

src/com/upc/pbe/upcnews/Directoris.java
... ... @@ -88,7 +88,7 @@ public class Directoris extends Activity implements OnClickListener {
88 88 Log.d(TAG, urlvideo);
89 89  
90 90 if (urlvideo == "No s'ha trobat") {
91   - Toast.makeText(this, "El directori no conté cap .m3u8",
  91 + Toast.makeText(this, "El directori " + buttons.get(1).getText() + " no conté cap .m3u8",
92 92 Toast.LENGTH_LONG).show();
93 93 } else {
94 94 d = new Descarrega(urlvideo, file, folder);
... ... @@ -111,7 +111,7 @@ public class Directoris extends Activity implements OnClickListener {
111 111 Log.d(TAG, urlvideo);
112 112  
113 113 if (urlvideo == "No s'ha trobat") {
114   - Toast.makeText(this, "El directori no conté cap .m3u8",
  114 + Toast.makeText(this, "El directori " + buttons.get(1).getText() + " no conté cap .m3u8",
115 115 Toast.LENGTH_LONG).show();
116 116 } else {
117 117  
... ...