Android APP: Take Picture to add to expense crashes the app #576

This commit is contained in:
Hillel Coren 2023-05-28 12:28:43 +03:00
parent d561174e34
commit 6f30ebc9f1
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@
<category android:name="android.intent.category.LAUNCHER"/> <category android:name="android.intent.category.LAUNCHER"/>
</intent-filter> </intent-filter>
</activity> </activity>
<activity
android:name="com.yalantis.ucrop.UCropActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
<!-- Don't delete the meta-data below. <!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java --> This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data <meta-data