Skip to content

Commit

Permalink
chore(mobile): disable Impeller (#14589)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Dec 8, 2024
1 parent e99edc4 commit 04b311b
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 @@ -37,7 +37,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 04b311b

Please sign in to comment.