You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #164
Fix the file picker function to work correctly when called in another sheet without causing a presentation error.
* **ContentView.swift**
- Update the `sheet` modifier to dismiss any currently presented view controller before presenting the picker.
- Add a check to ensure the picker is not presented on a view controller that is already presenting another view controller.
* **FileKit.ios.kt**
- Update the `callPicker` function to dismiss any currently presented view controller before presenting the picker.
- Add a check to ensure the picker is not presented on a view controller that is already presenting another view controller.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/vinceglb/FileKit/issues/164?shareId=XXXX-XXXX-XXXX-XXXX).
0 commit comments