Hello guys, is there any way to show a BottomSheet...
# android
e
Hello guys, is there any way to show a BottomSheet dialog from the actual bottom of the screen, not the fragment itself when using a BottomNavigationView with a FragmentContainer?
a
Not sure about the structure of your app, but try using
parentFragmentManager
instead of
childFragmentManager
e
Thanks, I figured you were talking about dialog fragments (as I was using a bottom sheet behavior with a coordinator layout) and they seem to be working as intended.