mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 18:34:24 +00:00
close user picker on list profiles
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user