mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 11:13:46 +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));
|
.data));
|
||||||
countdownFestivalListData = await Api.getFestivalCountdownList();
|
countdownFestivalListData = await Api.getFestivalCountdownList();
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
handleError(() => _loadRRS());
|
try {
|
||||||
|
_loadRRS();
|
||||||
|
} catch (e) {
|
||||||
|
dPrint("_loadRRS Error:$e");
|
||||||
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
dPrint(e);
|
dPrint(e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user