mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Fix issue
This commit is contained in:
		@@ -50,6 +50,7 @@ class _ForezMemberProfileRouteState extends State<ForezMemberProfileRoute> {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  @override
 | 
					  @override
 | 
				
			||||||
  Widget build(BuildContext context) => AsyncScreenWidget(
 | 
					  Widget build(BuildContext context) => AsyncScreenWidget(
 | 
				
			||||||
 | 
					      key: _key,
 | 
				
			||||||
      onReload: _load,
 | 
					      onReload: _load,
 | 
				
			||||||
      onBuild: _buildProfile,
 | 
					      onBuild: _buildProfile,
 | 
				
			||||||
      loadingWidget: _buildLoading(),
 | 
					      loadingWidget: _buildLoading(),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user