Merge branch 'develop_liyi' into canary_release

This commit is contained in:
Liuyf 2025-03-12 11:52:04 +08:00
commit 41c5232834

View File

@ -42,10 +42,10 @@ class _GatewayDetailPageState extends State<GatewayDetailPage> {
action: () { action: () {
ShowTipView().showTFViewAlertDialog( ShowTipView().showTFViewAlertDialog(
state.changeGatewayNameController, state.changeGatewayNameController,
'请输入'.tr, '请输入'.tr,
'请输入'.tr, () { '请输入'.tr, () {
if (state.changeGatewayNameController.text.isEmpty) { if (state.changeGatewayNameController.text.isEmpty) {
logic.showToast('请输入'.tr); logic.showToast('请输入'.tr);
return; return;
} }
Get.back(); Get.back();