Skip to content

Commit

Permalink
chore(mobile): disable Impeller on Android (#12130)
Browse files Browse the repository at this point in the history
chore(mobile): disable Impeller
  • Loading branch information
alextran1502 authored Aug 30, 2024
1 parent 7d0c64b commit fa9b221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

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

<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
Expand Down

0 comments on commit fa9b221

Please sign in to comment.