mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Send: clean after Benoits review
This commit is contained in:
parent
3c7a108940
commit
7936c2c6f8
2 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,7 @@ internal class EventSenderProcessorCoroutine @Inject constructor(
|
|||
executeTask(task)
|
||||
}.toCancelable()
|
||||
.also {
|
||||
cancelableBag[task.taskIdentifier]
|
||||
cancelableBag[task.taskIdentifier] = it
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -46,6 +46,7 @@ import kotlin.concurrent.schedule
|
|||
*
|
||||
* If the app is killed before all event were sent, on next wakeup the scheduled events will be re posted
|
||||
*/
|
||||
@Deprecated("You should know use EventSenderProcessorCoroutine instead")
|
||||
@SessionScope
|
||||
internal class EventSenderProcessorThread @Inject constructor(
|
||||
private val cryptoService: CryptoService,
|
||||
|
|
Loading…
Add table
Reference in a new issue