fix comment section

This commit is contained in:
krawieck 2020-09-10 14:00:57 +02:00
parent 8713cbe0e1
commit 704c7de2e6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class CommentSection extends HookWidget {
: null,
onTap: () {
Navigator.of(context).pop();
sorting.value = e.key;
sortComments(e.key);
},
)
],