diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.kt index 0be611c9b1..f8609e7011 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.kt @@ -383,7 +383,7 @@ fun UserPicker( LaunchedEffect(Unit) { snapshotFlow { currentTheme } .distinctUntilChanged() - .collect { _ -> + .collect { launch { userPickerState.collect { newChat = it