mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Can always refresh group page
This commit is contained in:
parent
b326507417
commit
d822e0edd8
@ -52,6 +52,7 @@ class _AuthorizedGroupPageScreenState extends State<AuthorizedGroupPageScreen> {
|
||||
return RefreshIndicator(
|
||||
onRefresh: () => widget.needRefresh(),
|
||||
child: ListView(
|
||||
physics: AlwaysScrollableScrollPhysics(),
|
||||
controller: _postsController,
|
||||
children: <Widget>[
|
||||
_buildGroupPageHeader(),
|
||||
|
Loading…
Reference in New Issue
Block a user