Skip to content

Commit

Permalink
Merge pull request #14577 from nextcloud/cropImage
Browse files Browse the repository at this point in the history
Enhance CropImageActivity
  • Loading branch information
tobiasKaminsky authored Feb 24, 2025
2 parents 8a0dc56 + 6e3dfd0 commit 1013df7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
</intent-filter>
</activity>
<activity
android:name="com.canhub.cropper.CropImageActivity"
android:exported="false"
tools:replace="android:exported" />

<receiver
android:name="com.nextcloud.receiver.OfflineOperationActionReceiver"
Expand Down

0 comments on commit 1013df7

Please sign in to comment.