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 {
|
||||
Log.d(TAG, "No last played media found");
|
||||
status = PlayerStatus.STOPPED;
|
||||
setupGUI();
|
||||
handleStatus();
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue