mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 16:25:17 +00:00
Fix issue on posts list not refreshing when a new post is created
This commit is contained in:
@ -29,6 +29,7 @@ class _UserPostsSectionState extends State<UserPostsSection> {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) => PostsListWidget(
|
||||
key: _postsKey,
|
||||
topWidgets: [
|
||||
widget.user.canPostTexts
|
||||
? PostCreateFormWidget(
|
||||
|
Reference in New Issue
Block a user