Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -150,6 +150,7 @@ class ImagePickerOhos extends ImagePickerPlatform { | @@ -150,6 +150,7 @@ class ImagePickerOhos extends ImagePickerPlatform { | ||
| 150 | GeneralOptions( | 150 | GeneralOptions( |
| 151 | allowMultiple: false, | 151 | allowMultiple: false, |
| 152 | usePhotoPicker: useOhosPhotoPicker, | 152 | usePhotoPicker: useOhosPhotoPicker, |
| 153 | + limit: 1 | ||
| 153 | ), | 154 | ), |
| 154 | ); | 155 | ); |
| 155 | return paths.isEmpty ? null : paths.first; | 156 | return paths.isEmpty ? null : paths.first; |
-
Please register or login to post a comment