diff --git a/lib/widgets/comment_section.dart b/lib/widgets/comment_section.dart index 54a3619..4df3466 100644 --- a/lib/widgets/comment_section.dart +++ b/lib/widgets/comment_section.dart @@ -69,7 +69,7 @@ class CommentSection extends HookWidget { : null, onTap: () { Navigator.of(context).pop(); - sorting.value = e.key; + sortComments(e.key); }, ) ],