Skip to content

Commit

Permalink
Merge pull request #975 from lichess-org/disable_android_impeller
Browse files Browse the repository at this point in the history
Disable impeller for now on android
  • Loading branch information
veloce authored Sep 5, 2024
2 parents a49ac1d + fc96297 commit 1c4d138
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:fullBackupContent="@xml/backup_rules">

<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" />

<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/ic_stat_lichess_notification" />
Expand Down

0 comments on commit 1c4d138

Please sign in to comment.