Same issue here. A simple workaround could be to dismiss the sheet when the app goes into the background:
.onChange(of: scenePhase) { scenePhase in
if scenePhase == .background {
isPresentingSheet = false
}
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: