Code clean up
This commit is contained in:
parent
c9d5990b15
commit
9dc26bd1eb
5 changed files with 6 additions and 6 deletions
|
|
@ -144,7 +144,7 @@ public class PlaylistDetailActivity extends AbsSlidingMusicPanelActivity impleme
|
|||
private void getIntentExtras() {
|
||||
Bundle intentExtras = getIntent().getExtras();
|
||||
try {
|
||||
playlist = (Playlist) intentExtras.getParcelable(EXTRA_PLAYLIST);
|
||||
playlist = intentExtras.getParcelable(EXTRA_PLAYLIST);
|
||||
} catch (ClassCastException ignored) {
|
||||
}
|
||||
if (playlist == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue