mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Fix issue
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user