Reply to Offset on tap items when reopening app with a sheet open 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 } } UI Frameworks SwiftUI May ’23