From c136b689220f0d91c8e8bb3e39d8898e0ca0b812 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Mon, 11 Dec 2023 22:54:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=91=84=E5=BD=B1=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/tools/tools_ui_model.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui/tools/tools_ui_model.dart b/lib/ui/tools/tools_ui_model.dart index 3e9e0d5..1491578 100644 --- a/lib/ui/tools/tools_ui_model.dart +++ b/lib/ui/tools/tools_ui_model.dart @@ -80,9 +80,9 @@ class ToolsUIModel extends BaseUIModel { notifyListeners(); items.addAll(await _addNvmePatchCard()); notifyListeners(); - items.add(await _addPhotographyCard()); - notifyListeners(); items.add(await _addShaderCard()); + notifyListeners(); + items.add(await _addPhotographyCard()); // close loading isItemLoading = false; notifyListeners();