forked from github/wulkanowy-mirror
Fix sorting notes in loading state (#1413)
This commit is contained in:
parent
e1c1f305c4
commit
f6f3447f1d
1
.gitignore
vendored
1
.gitignore
vendored
@ -118,3 +118,4 @@ Thumbs.db
|
||||
|
||||
app/src/release/agconnect-services.json
|
||||
app/src/release/agconnect-credentials.json
|
||||
.idea/deploymentTargetDropDown.xml
|
||||
|
@ -67,7 +67,7 @@ class NotePresenter @Inject constructor(
|
||||
showRefresh(true)
|
||||
showProgress(false)
|
||||
showContent(true)
|
||||
updateData(it.data)
|
||||
updateData(it.data.sortedByDescending { item -> item.date })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user