mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 16:48:43 +00:00
remove boolext
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -616,7 +616,7 @@ class _ArticlePageState extends State<ArticlePage>
|
||||
upMid: _articleCtr.upMid,
|
||||
callback: _getImageCallback,
|
||||
onCheckReply: (item) =>
|
||||
_articleCtr.onCheckReply(context, item),
|
||||
_articleCtr.onCheckReply(context, item, isManual: true),
|
||||
onToggleTop: (isUpTop, rpid) => _articleCtr.onToggleTop(
|
||||
index,
|
||||
_articleCtr.commentId,
|
||||
@@ -816,7 +816,7 @@ class _ArticlePageState extends State<ArticlePage>
|
||||
tooltip: '评论动态',
|
||||
child: const Icon(Icons.reply),
|
||||
);
|
||||
return _articleCtr.showDynActionBar.not
|
||||
return !_articleCtr.showDynActionBar
|
||||
? Align(
|
||||
alignment: Alignment.bottomRight,
|
||||
child: Padding(
|
||||
|
||||
Reference in New Issue
Block a user