如果我在当前活动/片段中打开了键盘,当我呈现 BottomSheetDialogFragment 时,键盘会被关闭,但我希望键盘保持在 BottomSheetDialogFragment 后面的背景中。当我显示 BottomSheetDialogFragment 并防止键盘被关闭时,有没有办法让键盘在 bottomSheetDialogFragment 后面打开?
我正在显示这样的 BottomSheetDialogFragment:
modalBottomSheet.show(
(activity as AppCompatActivity).supportFragmentManager,
ModalBottomSheet.TAG + System.currentTimeMillis().toString()
)