python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Scroll issue with LazyColumn inside BottomSheetDialogFragment
I use LazyColumn inside BottomSheetDialogFragment, but if to scroll LazyColumn list UP then Bottom Sheet Dialog scrolls instead of LazyColumn list. Seems like BottomSheetDialogFragment intercepts user...

Mike
Votes: 0
Answers: 4
Jetpack Compose BottomSheetScaffold sheetGestures disabled but gestures still works when child component is scrollable
I have a BottomSheetScaffold inside my android app that looks like the following:
BottomSheetScaffold(
sheetGesturesEnabled = false,
sheetContent = { MyContent() },
scaffoldSt...

J. Hegg
Votes: 0
Answers: 1
LazyColumn resets to last position while scrolling to top
I have a weird situation with my LazyColumn. I have loaded some data from an API and want to show it in LazyColumn. And everything is fine until I scroll to the bottom of the list and try to scroll ba...
beslimir
Votes: 0
Answers: 0
How to properly use Jetpack Compose inside BottomSheetDialogFragment?
For example, I have MyBottomSheetDialogFragment with Compose LazyColumn code in the application:
class MyBottomSheetDialogFragment : BottomSheetDialogFragment() {
override fun onCreateView(
...

Mike
Votes: 0
Answers: 2