Commit 97f4a32
* Replace List.forEach to for-loop (#288).
Seems like List.forEach is not supported on old Android versions.
* Update CHANGELOG.md
Added fix description.
Co-authored-by: Yury Kostov <[email protected]>
Co-authored-by: Solid Software <[email protected]>
1 parent 4ace8de commit 97f4a32
File tree
2 files changed
+7
-3
lines changed- flutter_vlc_player
- android/src/main/java/software/solid/fluttervlcplayer
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
5 | | - | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
360 | 361 | | |
361 | 362 | | |
362 | 363 | | |
| |||
0 commit comments