How to hide blank window for UIDocumentBrowserViewController-based app?

My UIDocumentBrowserViewController-based Mac Catalyst app shows the "open window" when launched; fine. but there is also a blank document window. Once I pick a document, and present my document view controller over my UIDocumentBrowserViewController subclass, the window is filled with the documents contents. How do I get it to hide the blank window behind it?

Replies

@ben_singaccord Did you find away around this?

same issue here