.
This commit is contained in:
parent
5c7325843c
commit
44ac92ca17
@ -682,7 +682,7 @@ internal class RssHome : Fragment() {
|
||||
Blog.LOGE("updateQuery >>> ${q.description()}")
|
||||
infosJob?.cancel()
|
||||
commandHandler.removeCallbacks(infoUpdate)
|
||||
mLastedQuery = q.sort("pubDate ", Sort.DESCENDING).limit(300).distinct("originPage", "title")
|
||||
mLastedQuery = q.query("hide != $0", true).sort("pubDate ", Sort.DESCENDING).limit(300).distinct("originPage", "title")
|
||||
mRssDataResult = mLastedQuery?.find()
|
||||
mRssDataResult?.asFlow()?.let { flow ->
|
||||
infosJob = CoroutineScope(Dispatchers.IO).launch {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user