AlertDialog 中的 RecyclerView,如何关闭 RecyclerViewAdapter 按钮的点击对话框

And*_*rew 2 android android-alertdialog android-recyclerview

AlertDialog 中 RecyclerView 的图像

如图所示,我的 AlertDialog 中有一个 RecyclerView。我的问题是,如果我单击该 RecyclerView 中的按钮(检查按钮,此按钮在 RecyclerViewAdapter 中实例化),如何关闭另一个视图中的对话框?

小智 5

Pass the instance of dialog to recycler view adapter and then dismiss the dialog in recycler view adapter on click of button.