Hi guys, so I integrated camera x into one of my composable screens. When I press a button I show the camera composable. Because the button is in a column I see the camera preview inside the column. Is there a way to get the whole screen area when I press the button so the camera view will fill it? I can add the camera screen to the navigation graph and navigate to it but I want to get the uri back after taking the picture. I know how to navigate with parameters but is it possible to get back to the previous screen with let's say an onPictureTaken event?