Nthily
05/08/2021, 12:36 PMBackHandler
? I want to use it to collapse ModalBottomSheet
, but I didn't find a good way to use itErlan Amanatov
05/08/2021, 12:56 PMBackHandler(
enabled = state==halfExpanded || state==Expanded,
onBack={ state = Collapsed
}
)
I think you will get the ideaNthily
05/08/2021, 1:02 PMNthily
05/08/2021, 1:02 PMErlan Amanatov
05/08/2021, 1:04 PMNthily
05/08/2021, 1:05 PMNthily
05/08/2021, 1:05 PMErlan Amanatov
05/08/2021, 1:08 PMNthily
05/08/2021, 1:09 PMpatrick
05/08/2021, 1:29 PMNthily
05/08/2021, 1:31 PMonBackPressed()
in MainActivity...,when i deleted onBackPressed
, it can work normal