Fixed feeditem date update
Bug introduced in d88e1202b13ba77f120f93360a1472738b219c38
This commit is contained in:
parent
d3577985f9
commit
5f7a11a865
@ -185,7 +185,7 @@ public class FeedItem extends FeedComponent implements ShownotesProvider, ImageR
|
||||
if (other.link != null) {
|
||||
link = other.link;
|
||||
}
|
||||
if (other.pubDate != null && other.pubDate.equals(pubDate)) {
|
||||
if (other.pubDate != null && !other.pubDate.equals(pubDate)) {
|
||||
pubDate = other.pubDate;
|
||||
}
|
||||
if (other.media != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user