Michal Kůs
Results
2
comments of
Michal Kůs
Yes, it's a duplicate entry. I suspect that because of the units used, we can't expect a solution anytime soon.
Using showSheet.toggle() in onAppear is not enough. It is necessary to use showSheet.toggle() asynchronously. .onAppear(){ DispatchQueue.main.async { showSheet.toggle() }