| 
					
				 | 
			
			
				@@ -274,7 +274,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 _friendRoleId = FriendDataManager.Instance.FriendDatas[index]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 OtherRoleInfoDetailData roleInfoDetail = await RoleInfoSProxy.ReqOtherRoleDetailInfo(_friendRoleId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                if (roleInfoDetail != null) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                if (isShowing && roleInfoDetail != null) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     UpdateScene(roleInfoDetail.customSuitData); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 |