mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2024-12-26 16:52:46 +01:00
Fixed crash when playbackservice wasn't running and no last played media
was found
This commit is contained in:
parent
1e9e24514f
commit
2525c8e582
@ -213,6 +213,7 @@ public class MediaplayerActivity extends SherlockFragmentActivity implements
|
|||||||
} else {
|
} else {
|
||||||
Log.d(TAG, "No last played media found");
|
Log.d(TAG, "No last played media found");
|
||||||
status = PlayerStatus.STOPPED;
|
status = PlayerStatus.STOPPED;
|
||||||
|
setupGUI();
|
||||||
handleStatus();
|
handleStatus();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user