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