mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	design: Remove annoying progress indicator from avatar
This commit is contained in:
		
							parent
							
								
									c49a410eac
								
							
						
					
					
						commit
						2be26e0287
					
				@ -69,12 +69,7 @@ class Avatar extends StatelessWidget {
 | 
			
		||||
                  fit: BoxFit.cover,
 | 
			
		||||
                  width: size,
 | 
			
		||||
                  height: size,
 | 
			
		||||
                  placeholder: (c, s) => Stack(
 | 
			
		||||
                    children: [
 | 
			
		||||
                      Center(child: CircularProgressIndicator(strokeWidth: 2)),
 | 
			
		||||
                      textWidget,
 | 
			
		||||
                    ],
 | 
			
		||||
                  ),
 | 
			
		||||
                  placeholder: (c, s) => textWidget,
 | 
			
		||||
                  errorWidget: (c, s, d) => Stack(
 | 
			
		||||
                    children: [
 | 
			
		||||
                      textWidget,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user