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.