mirror of
https://github.com/InsanusMokrassar/PsychomatrixBase.git
synced 2024-11-15 04:43:58 +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)
|
private val dateRemovedBroadcast = BroadcastChannel<DateTime>(SUBSCRIPTIONS_EXTRA_SMALL)
|
||||||
|
|
||||||
init {
|
init {
|
||||||
runBlocking {
|
launch {
|
||||||
calculatePsychomatrixByDate.openPsychomatrixCreatedSubscription().subscribe {
|
calculatePsychomatrixByDate.openPsychomatrixCreatedSubscription().subscribe {
|
||||||
it.date.also {
|
it.date.also {
|
||||||
date ->
|
date ->
|
||||||
|
Loading…
Reference in New Issue
Block a user