diff --git a/apps/ios/Shared/Views/ChatList/UserPicker.swift b/apps/ios/Shared/Views/ChatList/UserPicker.swift index 33c651550f..4871310ba9 100644 --- a/apps/ios/Shared/Views/ChatList/UserPicker.swift +++ b/apps/ios/Shared/Views/ChatList/UserPicker.swift @@ -41,6 +41,7 @@ struct UserPicker: View { .onTapGesture { showSettings = false activeSheet = .currentProfile + userPickerVisible.toggle() } Spacer() ForEach(usersToPreview) { u in @@ -55,6 +56,7 @@ struct UserPicker: View { .onTapGesture { showSettings = false activeSheet = .chatProfiles + } } .padding(.horizontal, 16)