disable impeller, minor fix

This commit is contained in:
Thibault Deckers 2024-10-29 00:05:24 +01:00
parent 33ffb1cd1a
commit ea3619d7f5

View file

@ -338,6 +338,6 @@
--> -->
<meta-data <meta-data
android:name="io.flutter.embedding.android.EnableImpeller" android:name="io.flutter.embedding.android.EnableImpeller"
android:value="true" /> android:value="false" />
</application> </application>
</manifest> </manifest>