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

@@ -791,11 +791,7 @@ class _DynamicDetailPageState extends State<DynamicDetailPage>
bottom: MediaQuery.of(context).padding.bottom),
height: 125,
child: Text(
_dynamicDetailController.isEnd.not
? '加载中...'
: response.isEmpty
? '还没有评论'
: '没有更多了',
_dynamicDetailController.isEnd ? '没有更多了' : '加载中...',
style: TextStyle(
fontSize: 12,
color: theme.colorScheme.outline,