Fix file picker doesn't show up again if dismissed through gesture
Open, Needs TriagePublic

Description

  • Steps to reproduce
    1. Tap "Send files" in a connected device's detail view
    2. Swipe down the file browser to dismiss it
    3. Tap "Send files" again
  • Expected: file browser shows up
  • Actual: file browser doesn't show up until navigated back to all devices view and back again

This is a bug in Apple's implementation of SwiftUI, but we can still implement a workaround to address it, using something similar to https://stackoverflow.com/a/69757562