1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-09-19 13:58:50 +00:00

Fix issue on posts list not refreshing when a new post is created

This commit is contained in:
2021-12-28 17:15:25 +01:00
parent 2b05fbda35
commit 5b680bb922
2 changed files with 3 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ class _UserPostsSectionState extends State<UserPostsSection> {
@override
Widget build(BuildContext context) => PostsListWidget(
key: _postsKey,
topWidgets: [
widget.user.canPostTexts
? PostCreateFormWidget(