语言
This commit is contained in:
@@ -97,6 +97,7 @@ class PublishController extends GetxController {
|
||||
Get.context!,
|
||||
pickerConfig: AssetPickerConfig(
|
||||
maxAssets: fileMaxLength - publishFileList.length,
|
||||
textDelegate: const AssetPickerTextDelegate(),
|
||||
),
|
||||
);
|
||||
if (result == null) return;
|
||||
|
||||
Reference in New Issue
Block a user