mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 19:47:47 +08:00
chore: change error desc
This commit is contained in:
@@ -111,7 +111,7 @@ class _SearchPageState extends ConsumerState<SearchPage> {
|
|||||||
}
|
}
|
||||||
return cards;
|
return cards;
|
||||||
},
|
},
|
||||||
error: (err, trace) => [PoError(msg: "网络错误,请确认TMDB Key正确配置,并且能够正常连接到TMDB网站", err: err)],
|
error: (err, trace) => [PoError(msg: "网络错误,请确保本地网络能够正常访问TMDB网站", err: err)],
|
||||||
loading: () => [const MyProgressIndicator()]);
|
loading: () => [const MyProgressIndicator()]);
|
||||||
|
|
||||||
var f = NotificationListener(
|
var f = NotificationListener(
|
||||||
|
|||||||
Reference in New Issue
Block a user