diff --git a/src/com/upc/pbe/upcnews/VideoActivity.java b/src/com/upc/pbe/upcnews/VideoActivity.java index f93b996..2c5a49b 100644 --- a/src/com/upc/pbe/upcnews/VideoActivity.java +++ b/src/com/upc/pbe/upcnews/VideoActivity.java @@ -59,6 +59,8 @@ public class VideoActivity extends Activity catch(IOException e) { Toast.makeText(this, "Can't find segment", Toast.LENGTH_LONG).show(); + super.finish(); + return; } }