forked from github/wulkanowy-mirror
Fix sorting notes in loading state (#1413)
This commit is contained in:
@ -67,7 +67,7 @@ class NotePresenter @Inject constructor(
|
||||
showRefresh(true)
|
||||
showProgress(false)
|
||||
showContent(true)
|
||||
updateData(it.data)
|
||||
updateData(it.data.sortedByDescending { item -> item.date })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user