mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-27 16:05:14 +00:00
remove unused var
This commit is contained in:
+1
-1
@@ -383,7 +383,7 @@ fun UserPicker(
|
||||
LaunchedEffect(Unit) {
|
||||
snapshotFlow { currentTheme }
|
||||
.distinctUntilChanged()
|
||||
.collect { _ ->
|
||||
.collect {
|
||||
launch {
|
||||
userPickerState.collect {
|
||||
newChat = it
|
||||
|
||||
Reference in New Issue
Block a user