This commit is contained in:
2022-10-27 11:45:00 +08:00
parent 6077d6dcaf
commit d7dcbd298b

View File

@@ -97,6 +97,7 @@ class PublishController extends GetxController {
Get.context!,
pickerConfig: AssetPickerConfig(
maxAssets: fileMaxLength - publishFileList.length,
textDelegate: const AssetPickerTextDelegate(),
),
);
if (result == null) return;