mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 01:53:41 +08:00
https://github.com/StarCitizenToolBox/app/issues/1 隐藏 RSS 刷新的错误提示。
This commit is contained in:
parent
3f7c399234
commit
71880a6041
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user