#1098 - Fixed iOS 15 issues.

This commit is contained in:
Stefan Ceriu
2021-10-06 14:43:21 +03:00
parent 17041e00dd
commit e0b69d07bc
2 changed files with 10 additions and 0 deletions
@@ -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)))
}