Change empty string with dash
This commit is contained in:
parent
f3ef91c406
commit
c24538b58f
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ public class HorizontalAlbumAdapter extends AlbumAdapter {
|
||||||
if(year > 0) {
|
if(year > 0) {
|
||||||
return String.valueOf(year);
|
return String.valueOf(year);
|
||||||
}
|
}
|
||||||
return "";
|
return "-";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue