bottomsheetdialog-compose icon indicating copy to clipboard operation
bottomsheetdialog-compose copied to clipboard

The most convenient way to use BottomSheetDialog in Jetpack Compose

Results 3 bottomsheetdialog-compose issues
Sort by recently updated
recently updated
newest added

On the Galaxy Z Flip, it's displayed on the navigation area In the Galaxy S23 Ultra, it is displayed from the navigation area. Is there a reason? I use 1.2.2...

I want to make the content a scroll view with isDraggable set to false. Column( modifier = modifier .clip(RoundedCornerShape(topStart = 20.dp, topEnd = 20.dp)) .background(color = "#ffffff".color) .padding(start = 24.dp,...

The issue can be reproduced directly using the current demo. Step 1: Disable the "isDraggable" option. Step 2: Click "Show" and then try scrolling the list in the popup window....