feat: call resume message send on app create

This commit is contained in:
jubb
2021-03-18 13:36:56 +11:00
parent 203c0dd44c
commit 2460afd1a8
2 changed files with 3 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ class JobQueue : JobDelegate {
}
companion object {
@JvmStatic
val shared: JobQueue by lazy { JobQueue() }
}