Handle sending scheduled messages
This commit is contained in:
parent
16ea540d48
commit
2ff0880cb5
14 changed files with 306 additions and 75 deletions
|
|
@ -30,3 +30,5 @@ fun Map<String, Any>.toContentValues(): ContentValues {
|
|||
|
||||
return contentValues
|
||||
}
|
||||
|
||||
fun <T> Collection<T>.toArrayList() = ArrayList(this)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue