User suggestion list height doesn't match container on iOS 16+ #7492
Labels
A-Composer
A-Room
O-Frequent
Affects or can be seen by most users regularly or impacts most users' first experience
S-Minor
Impairs non-critical functionality or suitable workarounds exist
T-Defect
Something isn't working: bugs, crashes, hangs and other reported problems
Steps to reproduce
Outcome
What did you expect?
User suggestion list displays multiple users nicely, given that there is enough room for it
What happened instead?
User suggestion list height is bigger than the container's (container size is "manually" calculated). This is probably due to the fact that on iOS 16, SwiftUI's
List
component switches from using aUITableView
to aUICollectionView
. The implemented calculation matches the expected standard vertical spacing of the previous component.Your phone model
Any
Operating system version
iOS 16.0+
Application version
develop
Homeserver
Any
Will you send logs?
No
The text was updated successfully, but these errors were encountered: