mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 22:54:29 +00:00
user picker bottom padding
This commit is contained in:
@@ -91,6 +91,7 @@ struct UserPicker: View {
|
||||
.background(elevatedSecondarySystemGroupedBackground(colorScheme))
|
||||
.clipShape(sectionShape)
|
||||
.padding(.horizontal, sectionHorizontalPadding)
|
||||
.padding(.bottom, sectionSpacing)
|
||||
}
|
||||
.onAppear {
|
||||
// This check prevents the call of listUsers after the app is suspended, and the database is closed.
|
||||
|
||||
Reference in New Issue
Block a user