| 
					
				 | 
			
			
				@@ -101,28 +101,27 @@ fun SplitTunneling(navHostController: NavHostController) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         color = MaterialTheme.colorScheme.primary 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     ), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                IconButton(onClick = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    isExpanded = !isExpanded 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    modifier = Modifier 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        .background(Color.Transparent) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-//                        .rotate(rotationState) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        .size(12.dp, 7.dp) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                ) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    Icon( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        painter = painterResource( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            id = icon), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        contentDescription = "Arrow-DropDown", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        tint = MaterialTheme.colorScheme.primary 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                IconButton(onClick = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                    isExpanded = !isExpanded 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                    modifier = Modifier 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                        .background(Color.Transparent) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+////                        .rotate(rotationState) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                        .size(12.dp, 7.dp) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                ) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                    Icon( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                        painter = painterResource( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                            id = icon), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                        contentDescription = "Arrow-DropDown", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                        tint = MaterialTheme.colorScheme.primary 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                    ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+// 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//                } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (isExpanded) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                ShowRadioButtons() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//            if (isExpanded) { } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            ShowRadioButtons() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |