Commit c3787ff
authored
[camera_android_camerax] Remove nonnull annotation from getDefaultPointSize (flutter#8292)
The primitive float type cannot be null, so the annotation is meaningless.
- [NA] I [linked to at least one issue that this PR fixes] in the description above.
- [NA] I added new tests to check the change I am making, or this PR is [test-exempt].1 parent 563dd2c commit c3787ff
File tree
3 files changed
+5
-2
lines changed- packages/camera/camera_android_camerax
- android/src/main/java/io/flutter/plugins/camerax
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments