Files grayed out in native android file picker

Godot Version

4.4 dev5

Question

I am using the native android file picker through the FileDialog Node to let the user pick an image from their file system.
Currently, the dialog correctly pops up and it lets me navigate through the file system.
But I cannot select any files.
I set the “filters” property on the FileDialog to ["*.jpg", "image/*"] and the “images” section shows up correctly.
All the files are grayed out and I cannot select any files:


(ignore the funis please)

Could someone help me with this?