Skip to content

Commit 746a7fb

Browse files
committed
tom
1 parent fcee53b commit 746a7fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/crypto/identity/IdentityChangeStatePresenter.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import kotlinx.collections.immutable.toPersistentList
2525
import kotlinx.coroutines.CoroutineScope
2626
import kotlinx.coroutines.flow.combine
2727
import kotlinx.coroutines.flow.distinctUntilChanged
28+
import kotlinx.coroutines.flow.launchIn
2829
import kotlinx.coroutines.flow.onEach
2930
import kotlinx.coroutines.launch
3031
import timber.log.Timber
@@ -69,6 +70,7 @@ class IdentityChangeStatePresenter @Inject constructor(
6970
.onEach { roomMemberIdentityStateChanges ->
7071
value = roomMemberIdentityStateChanges.toPersistentList()
7172
}
73+
.launchIn(this)
7274
}
7375

7476
private fun CoroutineScope.pinUserIdentity(userId: UserId) = launch {

0 commit comments

Comments
 (0)