material
material copied to clipboard
BottomSheetDialog can't show again after dimissing
At first time, I show a BottomSheetDialog, then I dismiss it, I can't show it again (screen is dim, but the dialog don't show anymore). I have to recreate a new dialog to show again. Is this a bug of BottomSheetDialog?
It because there is an animation in onlayout.Only when create a new Dialog,the onlayout executed.