Есть ли способ отключить пролистывание вниз на Jetpack Compose ModalBottomSheet (Материал 3)?Android

Форум для тех, кто программирует под Android
Anonymous
Есть ли способ отключить пролистывание вниз на Jetpack Compose ModalBottomSheet (Материал 3)?

Сообщение Anonymous »


I'm trying to disable gestures using Material 3 ModalBottomSheet. I've seen this question asked, but the accepted answer was to use a different method such as ModalBottomSheetLayout (Material 1). I need to use ModalBottomSheet.

Every other method has a way to disable gestures except this one.

Looking at the implementation, I don't see any options. Even SheetState doesn't have any options. The reason I want to disable is because I'm showing a LazyColumn, and it "jolts" the bottomsheet when you reach the bottom. Any ideas?


Изображение



Источник: https://stackoverflow.com/questions/780 ... sheet-mate

Вернуться в «Android»