technicat / talkdimsum

Non-iOS builds for the Talk Dim Sum app, new dev on codeberg.
http://talkdimsum.com/
MIT License
5 stars 2 forks source link

ios: search screen overlaps bottom bar when transitioning from favorites #25

Closed technicat closed 1 year ago

technicat commented 1 year ago

I think this happens after performing a search

spellitwithaph commented 1 year ago

STR:

technicat commented 1 year ago

Thanks for the reproducible case!

I've narrowed down the SwiftUI behavior, the bug doesn't happen if I remove the search bar, so it happens with a VStack containing a View and a List but not just a List by itself a or VStack contaning just a List.

Verified this with the countries display on the far right tab, which is just a List but adding a Text field before it in a VStack exhibits the same behavior.