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