mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
#1098 - Fixed iOS 15 issues.
This commit is contained in:
@@ -48,6 +48,7 @@ struct UserSuggestionList: View {
|
||||
.padding([.top, .bottom], 4.0)
|
||||
}
|
||||
}
|
||||
.listStyle(PlainListStyle())
|
||||
.environment(\.defaultMinListRowHeight, rowHeight)
|
||||
.frame(height: min(maxHeight, rowHeight * CGFloat(viewModel.viewState.items.count)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user