| 
					
				 | 
			
			
				@@ -846,7 +846,7 @@ namespace Fort23.Mono 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         public async CTask HideUIUIPanel<T>(UIDestroyType uiDestroyType = UIDestroyType.DelayDestroy, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            bool isBreadcrumbBarPanel = false) where T : UIPanel 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            bool isBreadcrumbBarPanel = true) where T : UIPanel 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             UIPanel uiPanel = GetComponent<T>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (uiPanel != null) 
			 |