fix: When editing cover saving button is clickable

This commit is contained in:
mateusz.bak
2025-09-08 19:54:48 +02:00
committed by Mateusz Bąk
parent 1557fa5d6e
commit b25f2dcc36

View File

@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Ucrop.CropTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
</style>
<style name="Ucrop.CropTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- TODO: Below 2 lines are a workaround for: https://github.com/hnvn/flutter_image_cropper/issues/582 -->
<item name="android:windowLightStatusBar">true</item>
<item name="android:fitsSystemWindows">true</item>
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
</style>
</resources>