| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -62,12 +62,6 @@ class AccountAvatar extends StatelessWidget { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    : BoxDecoration( | 
					 | 
					 | 
					 | 
					                    : BoxDecoration( | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        shape: BoxShape.circle, | 
					 | 
					 | 
					 | 
					                        shape: BoxShape.circle, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        color: _userStatusToColor(userStatusData), | 
					 | 
					 | 
					 | 
					                        color: _userStatusToColor(userStatusData), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        border: userStatusData.status != UserStatusType.offline && | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                                userStatusData.status != UserStatusType.invisible | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            ? Border.all( | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                                color: Theme.of(context).colorScheme.onPrimary, | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                              ) | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                            : null, | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                      ), | 
					 | 
					 | 
					 | 
					                      ), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                child: userStatusLoading | 
					 | 
					 | 
					 | 
					                child: userStatusLoading | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    ? CircularProgressIndicator( | 
					 | 
					 | 
					 | 
					                    ? CircularProgressIndicator( | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |