Closed
Description
Tested versions
- Reproducible in master (4.4.dev 5efd124)
- Not Reproducible in 4.4.dev4
System information
Windows 11
Issue description
After merging the recent pull requests, the native file dialog on Android has started crashing. The crash happens when attempting to open or interact with the file dialog, causing the app to terminate unexpectedly. The issue was not present few days ago.
Steps to reproduce
- Create a FileDialog node and attach it to a button to trigger a popup.
- turn on use_native_dialog.
- Export and run your app on android.
- Click on button to popup native file dialog. It will crash ☠️
Minimal reproduction project (MRP)
N/A
Activity