Skip to content

feat: Handle picker dismissal on iOS and improve Android result handling#82

Merged
ismoy merged 1 commit into
mainfrom
develop
Jan 25, 2026
Merged

feat: Handle picker dismissal on iOS and improve Android result handling#82
ismoy merged 1 commit into
mainfrom
develop

Conversation

@ismoy
Copy link
Copy Markdown
Owner

@ismoy ismoy commented Jan 25, 2026

  • Implemented a dismissal detection mechanism for PHPickerViewController on iOS to correctly handle cases where the user dismisses the picker without making a selection.
  • Introduced DismissalAwarePHPickerViewController to monitor and manage picker dismissal states.
  • Ensured that on Android, if the user cancels the picker (RESULT_CANCELED), the launcher returns a null or empty list instead of processing further.
  • Removed redundant KDoc comments from Android launcher composables.
  • Incremented the project version to 1.0.30.

- Implemented a dismissal detection mechanism for `PHPickerViewController` on iOS to correctly handle cases where the user dismisses the picker without making a selection.
- Introduced `DismissalAwarePHPickerViewController` to monitor and manage picker dismissal states.
- Ensured that on Android, if the user cancels the picker (`RESULT_CANCELED`), the launcher returns a null or empty list instead of processing further.
- Removed redundant KDoc comments from Android launcher composables.
- Incremented the project version to `1.0.30`.
@ismoy ismoy merged commit 7975016 into main Jan 25, 2026
8 checks passed
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant