Change screen orientation so android will detect and change to match screen fixes issue #733 (#766)

This commit is contained in:
justindressler 2018-08-20 19:23:13 +08:00 committed by Ivan Pusic
parent 9ce13581da
commit e3eb95d2ec
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
<activity
android:name="com.yalantis.ucrop.UCropActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
</application>