[X] This issue is not security related and can safely be disclosed publicly on GitHub
Java version
11
Android version
13
Android SDK version
16.0.1
Installation platform & version
Gradle 7.4.0
Package
Share
Goals
I want to be able to share a sticker asset to a Facebook Story and have the image show up correctly regardless of my app's orientation prior to launching the activity for the ADD_TO_STORY intent.
Right now, when my app is in portrait mode and I launch the share activity for Facebook Story, the image shows correctly when editing the sticker. However, when I launch the share activity when my app is in landscape, it does not look as expected.
I could reproduce this with a few different apps and have attached a video of this with the Spotify app.
Expected results
Image for the sticker asset and the background look the same for portrait and landscape.
Actual results
Sticker and background when launched from portrait looks good but when launched from landscape it gets distorted.
Checklist before submitting a bug report
Java version
11
Android version
13
Android SDK version
16.0.1
Installation platform & version
Gradle 7.4.0
Package
Share
Goals
I want to be able to share a sticker asset to a Facebook Story and have the image show up correctly regardless of my app's orientation prior to launching the activity for the
ADD_TO_STORY
intent.Right now, when my app is in portrait mode and I launch the share activity for Facebook Story, the image shows correctly when editing the sticker. However, when I launch the share activity when my app is in landscape, it does not look as expected.
I could reproduce this with a few different apps and have attached a video of this with the Spotify app.
Expected results
Image for the sticker asset and the background look the same for portrait and landscape.
Actual results
Sticker and background when launched from portrait looks good but when launched from landscape it gets distorted.
Steps to reproduce
https://github.com/facebook/facebook-android-sdk/assets/73446624/6e81ccf2-d8f1-4a7e-bc0d-2070cb100a95
Code samples & details