mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Can refresh user page
This commit is contained in:
		@@ -79,9 +79,12 @@ class _UserPageRouteState extends State<UserPageRoute> {
 | 
			
		||||
    if (_status == _PageStatus.ERROR) return _buildError();
 | 
			
		||||
 | 
			
		||||
    return Scaffold(
 | 
			
		||||
      body: CustomScrollView(
 | 
			
		||||
      body: RefreshIndicator(
 | 
			
		||||
        child: CustomScrollView(
 | 
			
		||||
          slivers: <Widget>[_buildHeader(), _buildBody()],
 | 
			
		||||
        ),
 | 
			
		||||
        onRefresh: _getUserInfo,
 | 
			
		||||
      ),
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user