The bottomsheet that the app is currently using is from the BottomSheetFragment.
The Jetpack Compose also has its own bottomsheet component called ModalBottomSheet.
https://developer.android.com/develop/ui/compose/components/bottom-sheets
This ticket is to see the pros and cons of using ModalBottomSheet v.s. BottomSheetFragment