顾海波

【修复】视频选择

@@ -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;