Archived
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user