Dhaval2404/ImagePicker

Orientation of Cropping Activity is forced in Portrait mode

ShreyashKore opened this issue · 0 comments

Summary

This is the manifest entry of the Activity

        <activity
            android:name="com.yalantis.ucrop.UCropActivity"
            android:screenOrientation="portrait"
            android:theme="@style/Theme.AppCompat.Light.NoActionBar" />

This causes unpleasant UX as the app temporarily switches from landscape to portrait mode. This also causes activity and recreation on One-plus devices.