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
I am launching the image picker on the landscape mode of my tab application but as soon as It opens the camera and crops the image it changes to portrait mode. due to which my existing activity gets killed.
@Drjacky Heyy I took a clone of the repo and removed the android:screenOrientation="landscape" from Manifest and it worked. But I am using your repo as the dependency in my project. So I am not sure how to change the manifest file then. I tried to fork the repo and use my repo as dependency but it also did not worked.
I am launching the image picker on the landscape mode of my tab application but as soon as It opens the camera and crops the image it changes to portrait mode. due to which my existing activity gets killed.
Any Suggestion to overcome this issue.
@Drjacky
The text was updated successfully, but these errors were encountered: