Hi! I have an issue with BottomSheetDialogFragment...
# compose
r
Hi! I have an issue with BottomSheetDialogFragment() - when I try to set it’s view as Jetpack Compose then I’m not able to set the necessary theme to the fragment by using
getTheme
function in the fragment which is working in other places in the app where .xml is being used. How can I get rounded bottom sheet corners in this situation?