1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 08:15:16 +00:00

Fix issue

This commit is contained in:
2020-04-17 10:37:02 +02:00
parent bffdab1423
commit 414f81b32f
2 changed files with 5 additions and 5 deletions

View File

@ -112,7 +112,7 @@ class _AuthorizedGroupPageScreenState extends State<AuthorizedGroupPageScreen> {
return PostCreateFormWidget(
postTarget: PostTarget.GROUP_PAGE,
targetID: _group.id,
onCreated: () => widget.needRefresh());
onCreated: () => _postsKey.currentState.loadPostsList(getOlder: false));
}
/// Build the list of posts of the group