opt: reply footer

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-11 14:48:47 +08:00
parent 279f586a90
commit f9b4f587c2
5 changed files with 5 additions and 19 deletions

View File

@@ -379,7 +379,7 @@ class _FavDetailPageState extends State<FavDetailPage> {
height: 60,
alignment: Alignment.center,
child: Text(
_favDetailController.isEnd.not ? '加载中...' : '没有更多了',
_favDetailController.isEnd ? '没有更多了' : '加载中...',
style: TextStyle(
color: theme.colorScheme.outline,
fontSize: 13,