mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
comment button
This commit is contained in:
@@ -288,8 +288,7 @@ class _ComicPageState extends LoadingState<ComicPage, ComicDetails>
|
|||||||
onLongPressed: quickFavorite,
|
onLongPressed: quickFavorite,
|
||||||
iconColor: context.useTextColor(Colors.purple),
|
iconColor: context.useTextColor(Colors.purple),
|
||||||
),
|
),
|
||||||
if (comicSource.commentsLoader != null &&
|
if (comicSource.commentsLoader != null)
|
||||||
(comic.comments == null || comic.comments!.isEmpty))
|
|
||||||
_ActionButton(
|
_ActionButton(
|
||||||
icon: const Icon(Icons.comment),
|
icon: const Icon(Icons.comment),
|
||||||
text: (comic.commentsCount ?? 'Comments'.tl).toString(),
|
text: (comic.commentsCount ?? 'Comments'.tl).toString(),
|
||||||
|
Reference in New Issue
Block a user