Showing
1 changed file
with
1 additions
and
0 deletions
@@ -119,6 +119,7 @@ class ImagePickerOhos extends ImagePickerPlatform { | @@ -119,6 +119,7 @@ class ImagePickerOhos extends ImagePickerPlatform { | ||
119 | GeneralOptions( | 119 | GeneralOptions( |
120 | allowMultiple: false, | 120 | allowMultiple: false, |
121 | usePhotoPicker: useOhosPhotoPicker, | 121 | usePhotoPicker: useOhosPhotoPicker, |
122 | + limit: 1 | ||
122 | ), | 123 | ), |
123 | ); | 124 | ); |
124 | return paths.isEmpty ? null : paths.first; | 125 | return paths.isEmpty ? null : paths.first; |
-
Please register or login to post a comment