📜  从适配器 java 代码示例打开底页

📅  最后修改于: 2022-03-11 14:52:33.663000             🧑  作者: Mango

代码示例1
BottomSheetDialogFragment bottomSheetDialogFragment = new BottomsheetDialog();               
bottomSheetDialogFragment.show(((FragmentActivity)mContext).getSupportFragmentManager(), bottomSheetDialogFragment.getTag());