Commit c7db187
fix: use
`AndroidWebViewInsets` only exists in webview_flutter_android 4.12.0+,
but the mock is also compiled against older resolved versions (3.10.0
for backward compatibility tests, 4.10.x via demo_app's test workspace).
Use `dynamic`, matching the pattern of other version-portable overrides
in this file (`isWebViewFeatureSupported`, `setMixedContentMode`).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>dynamic for setInsetsForWebContentToIgnore parameter1 parent 72fe8dc commit c7db187
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
208 | | - | |
| 206 | + | |
209 | 207 | | |
210 | 208 | | |
211 | 209 | | |
| |||
0 commit comments