'Turn a BottomSheetDialogFragment into a normal Fragment on expand

I intend to have something that looks like a BottomSheetDialogFragment, but on expand turns into a full screen fragment that integrates with the toolbar and gets added to the backstack. I have no idea how to approach this and couldn't find anything in search engines. I have seen some apps do this, e.g. Telegram

collapsed expanded



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source