mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed recordings order, now most recent on the top
This commit is contained in:
parent
eb4517faad
commit
6554039d68
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class RecordingsListViewModel
|
|||
}
|
||||
}
|
||||
|
||||
list.sortBy {
|
||||
list.sortByDescending {
|
||||
it.timestamp
|
||||
}
|
||||
recordings.postValue(list)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue