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 a83f9d4424
commit 1255d626af

View file

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