Skip to content

Commit

Permalink
fix theme for avatar cropping
Browse files Browse the repository at this point in the history
  • Loading branch information
daniebeler committed Feb 24, 2025
1 parent 3f5f188 commit 74bfdb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
android:value="androidx.startup"
tools:node="remove" />
</provider>
<activity
android:name="com.canhub.cropper.CropImageActivity"
android:theme="@style/Base.Theme.AppCompat" />

<activity
android:name=".AppActivity"
Expand Down

0 comments on commit 74bfdb4

Please sign in to comment.