summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity/VideoplayerActivity.java
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-02-10 20:21:09 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2014-02-10 20:21:09 +0100
commit1a5949e03088e4d754ceebe38c3e78af03cf615b (patch)
tree7839cd8416b7103ad612810e7dcda9cb49b05d21 /src/de/danoeh/antennapod/activity/VideoplayerActivity.java
parent0b735b60267105401a93ee2404a031496acb7131 (diff)
downloadAntennaPod-1a5949e03088e4d754ceebe38c3e78af03cf615b.zip
Fixed issue with switching between audio and video player
Diffstat (limited to 'src/de/danoeh/antennapod/activity/VideoplayerActivity.java')
-rw-r--r--src/de/danoeh/antennapod/activity/VideoplayerActivity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/de/danoeh/antennapod/activity/VideoplayerActivity.java b/src/de/danoeh/antennapod/activity/VideoplayerActivity.java
index a36c4cfe3..f323cb681 100644
--- a/src/de/danoeh/antennapod/activity/VideoplayerActivity.java
+++ b/src/de/danoeh/antennapod/activity/VideoplayerActivity.java
@@ -274,6 +274,7 @@ public class VideoplayerActivity extends MediaplayerActivity {
if (AppConfig.DEBUG)
Log.d(TAG,
"ReloadNotification received, switching to Audioplayer now");
+ finish();
startActivity(new Intent(this, AudioplayerActivity.class));
}
}