BottomDialog
BottomDialog copied to clipboard
在fragment里面不能设置区域外取消事件
final BottomDialog mDialog = BottomDialog.create(getActivity().getSupportFragmentManager());或者final BottomDialog mDialog = BottomDialog.create(getFragmentManager());都不行