mirror of
https://github.com/InsanusMokrassar/PsychomatrixBase.git
synced 2024-11-14 20:33:57 +00:00
fix runBlocking of HistoryDatesRepositoryImpl
This commit is contained in:
parent
003886605c
commit
fba26a2f02
@ -16,7 +16,7 @@ abstract class HistoryDatesRepositoryImpl(
|
||||
private val dateRemovedBroadcast = BroadcastChannel<DateTime>(SUBSCRIPTIONS_EXTRA_SMALL)
|
||||
|
||||
init {
|
||||
runBlocking {
|
||||
launch {
|
||||
calculatePsychomatrixByDate.openPsychomatrixCreatedSubscription().subscribe {
|
||||
it.date.also {
|
||||
date ->
|
||||
|
Loading…
Reference in New Issue
Block a user