You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
When using the MediaPicker.PickPhotoAsync() the Android 14 media picker is shown correctly, however the picker appears as a modal bottom sheet view - and because MediaPicker uses an Intermediary activity (I think) this modal gets shown over that activity, which is just blank.
So you end up with you app navigating to a blank activity with a media picker bottom sheet over the top of it.
Expected Behavior
The media picker bottom sheet should go over the Activity calling MediaPicker and not over an Intermediary activity
Actual Behavior
A new blank activity is navigated too first and then the bottom sheet is displayed over that,