This repository has been archived by the owner on May 15, 2024. It is now read-only.
[Bug] [Android] Android 14 MediaPicker shows modally over a blank view #2102
Labels
bug
Something isn't working
Description
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,
Basic Information
Screenshots
Masked out possible private information...
The text was updated successfully, but these errors were encountered: