Skip to content

Commit

Permalink
Text glitches when the app is returning to foreground (#461)
Browse files Browse the repository at this point in the history
* fix: disable impeller on android

* chore: add comment
  • Loading branch information
jkoenig134 authored Feb 28, 2025
1 parent e7e10d8 commit f671b03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/enmeshed/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<application android:label="enmeshed"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">

<!-- TODO: remove this when https://github.com/flutter/flutter/pull/163754 lands in flutter stable -->
<meta-data android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" />

<activity android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTop"
Expand Down

0 comments on commit f671b03

Please sign in to comment.