Fix choose application order

This commit is contained in:
Tommaso Berlose
2020-05-04 12:56:30 +02:00
parent 864978e5d3
commit faaa21eef7
13 changed files with 59 additions and 45 deletions

View File

@ -109,7 +109,6 @@ object CalendarHelper {
}
})
eventList.reverse()
Log.d("ciao", "list: $eventList")
eventRepository.saveEvents(
eventList
)