1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00

Can always refresh group page

This commit is contained in:
Pierre HUBERT 2020-04-17 10:42:37 +02:00
parent b326507417
commit d822e0edd8

View File

@ -52,6 +52,7 @@ class _AuthorizedGroupPageScreenState extends State<AuthorizedGroupPageScreen> {
return RefreshIndicator( return RefreshIndicator(
onRefresh: () => widget.needRefresh(), onRefresh: () => widget.needRefresh(),
child: ListView( child: ListView(
physics: AlwaysScrollableScrollPhysics(),
controller: _postsController, controller: _postsController,
children: <Widget>[ children: <Widget>[
_buildGroupPageHeader(), _buildGroupPageHeader(),