Album and artist detail activities load their data async now.
This commit is contained in:
parent
f6e5f989b8
commit
aa67b6cd35
4 changed files with 171 additions and 64 deletions
|
|
@ -94,7 +94,7 @@ public class Song implements Parcelable {
|
|||
", year=" + year +
|
||||
", duration=" + duration +
|
||||
", data='" + data + '\'' +
|
||||
", getDateModified=" + dateModified +
|
||||
", dateModified=" + dateModified +
|
||||
", albumId=" + albumId +
|
||||
", albumName='" + albumName + '\'' +
|
||||
", artistId=" + artistId +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue