Show custom title on download log page
This commit is contained in:
parent
a6e4c4756c
commit
6c43263446
@ -260,7 +260,9 @@ public class Feed extends FeedFile implements ImageResource {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getHumanReadableIdentifier() {
|
public String getHumanReadableIdentifier() {
|
||||||
if (feedTitle != null) {
|
if (!TextUtils.isEmpty(customTitle)) {
|
||||||
|
return customTitle;
|
||||||
|
} else if (!TextUtils.isEmpty(feedTitle)) {
|
||||||
return feedTitle;
|
return feedTitle;
|
||||||
} else {
|
} else {
|
||||||
return download_url;
|
return download_url;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user