pull/37/head
kunfei 5 years ago
parent 9b7537c0c1
commit 5a1ecaceb9
  1. 1
      app/src/main/java/io/legado/app/model/rss/RssParser.kt

@ -97,6 +97,7 @@ object RssParser {
} }
eventType = xmlPullParser.next() eventType = xmlPullParser.next()
} }
articleList.reverse()
for ((index: Int, item: RssArticle) in articleList.withIndex()) { for ((index: Int, item: RssArticle) in articleList.withIndex()) {
item.order = System.currentTimeMillis() + index item.order = System.currentTimeMillis() + index
} }

Loading…
Cancel
Save