From 71880a6041f68187b1714934d731a8814e6e8d7d Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Mon, 29 Jan 2024 20:58:01 +0800 Subject: [PATCH] =?UTF-8?q?https://github.com/StarCitizenToolBox/app/issue?= =?UTF-8?q?s/1=20=E9=9A=90=E8=97=8F=20RSS=20=E5=88=B7=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/home/home_ui_model.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/ui/home/home_ui_model.dart b/lib/ui/home/home_ui_model.dart index 6e868a5..54c82d0 100644 --- a/lib/ui/home/home_ui_model.dart +++ b/lib/ui/home/home_ui_model.dart @@ -113,7 +113,11 @@ class HomeUIModel extends BaseUIModel { .data)); countdownFestivalListData = await Api.getFestivalCountdownList(); notifyListeners(); - handleError(() => _loadRRS()); + try { + _loadRRS(); + } catch (e) { + dPrint("_loadRRS Error:$e"); + } } catch (e) { dPrint(e); }