mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-15 07:41:21 +02:00
7414c176d9
UIDocumentPickerViewController reports an interactive dismissal only through UIAdaptivePresentationControllerDelegate. PickerDelegate implemented didPickDocumentsAt and documentPickerWasCancelled, so a sheet swiped away reached neither, onFinish never ran, and the delegate stayed in liveDelegates -- after which the re-present guard refused every later picker while still answering true. Implements the dismissal callback, and self-heals when UIKit is presenting nothing. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>