adding a temporary workaround needed at inserting new events
This commit is contained in:
parent
1ca2c2d195
commit
34778bb56a
|
@ -390,7 +390,8 @@ class DBHelper private constructor(val context: Context) : SQLiteOpenHelper(cont
|
|||
|
||||
context.updateWidgets()
|
||||
|
||||
ids.forEach {
|
||||
// temporary workaround, will be rewritten in Room
|
||||
ids.filterNot { it == "null" }.forEach {
|
||||
context.cancelNotification(it.toLong())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue