Add comment
This commit is contained in:
parent
d75ed1d7d2
commit
f6f219a9c1
1 changed files with 2 additions and 2 deletions
|
|
@ -357,14 +357,14 @@ public class ArtistDetailActivity extends AbsSlidingMusicPanelActivity implement
|
|||
.positiveText(android.R.string.ok)
|
||||
.build();
|
||||
}
|
||||
if (Util.isAllowedToDownloadMetadata(ArtistDetailActivity.this)) {
|
||||
if (Util.isAllowedToDownloadMetadata(ArtistDetailActivity.this)) { // wiki should've been already downloaded
|
||||
if (biography != null) {
|
||||
biographyDialog.setContent(biography);
|
||||
biographyDialog.show();
|
||||
} else {
|
||||
Toast.makeText(ArtistDetailActivity.this, getResources().getString(R.string.biography_unavailable), Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
} else {
|
||||
} else { // force download
|
||||
biographyDialog.show();
|
||||
loadBiography();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue