Fixed a bug hiding all Stud.IP events from the user's view by... renaming the database table. yeah. i don't even know anymore.

This commit is contained in:
denizk0461
2023-04-28 10:30:30 +02:00
parent ce7b854e8c
commit ee0934f29b
8 changed files with 28 additions and 23 deletions
@@ -15,7 +15,7 @@ class FetcherViewModel(app: Application) : AppViewModel(app) {
*
* @param events list of events to be saved
*/
fun insertEvents(events: List<StudIPEvent>) { doAsync { repo.insertEvents(events) } }
fun insertEvents(events: List<StudIPEvent>) { doAsync { repo.insertEvents(events) }}
/**
* Delete all Stud.IP events from the database asynchronously.