Skip to content

Commit

Permalink
Reference EnableImpeller not DisableImpeller. (#11523)
Browse files Browse the repository at this point in the history
Closes flutter/flutter#160595.

The latter never existed.

Side-note: We should never have _negative_ flags (they are confusing to
parse).
  • Loading branch information
matanlurey authored Dec 20, 2024
1 parent 0024dc0 commit 55f3082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/perf/impeller.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ No action on your part is necessary for this fallback behavior.

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

### macOS
Expand Down

0 comments on commit 55f3082

Please sign in to comment.