Fixed recordings order, now most recent on the top

This commit is contained in:
Sylvain Berfini 2025-03-21 09:03:19 +01:00
parent eb4517faad
commit 6554039d68

View file

@ -118,7 +118,7 @@ class RecordingsListViewModel
}
}
list.sortBy {
list.sortByDescending {
it.timestamp
}
recordings.postValue(list)