remove unused var

This commit is contained in:
Diogo
2024-09-04 13:19:39 +01:00
parent 43bc09f9cc
commit 7a92513b34
@@ -383,7 +383,7 @@ fun UserPicker(
LaunchedEffect(Unit) {
snapshotFlow { currentTheme }
.distinctUntilChanged()
.collect { _ ->
.collect {
launch {
userPickerState.collect {
newChat = it