mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-17 12:20:51 +01:00
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…
x
Reference in New Issue
Block a user