mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-01-27 09:01:20 +01:00
adding a missed variable name
This commit is contained in:
parent
3dba9c5026
commit
e0918b446f
@ -683,7 +683,7 @@ class DBHelper private constructor(val context: Context) : SQLiteOpenHelper(cont
|
||||
|
||||
fun getEvents(fromTS: Int, toTS: Int, eventId: Int = -1, callback: (events: ArrayList<Event>) -> Unit) {
|
||||
Thread {
|
||||
getEventsInBackground(fromTS, toTS, eventId, callback)
|
||||
getEventsInBackground(fromTS, toTS, eventId, callback = callback)
|
||||
}.start()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user