BottomSheetBuilder icon indicating copy to clipboard operation
BottomSheetBuilder copied to clipboard

reuse dialog instance

Open evanstrip opened this issue 6 years ago • 0 comments

Hi, I tried to reuse dialog instance. in BottomSheetMenuDialog::onBottomSheetItemClick if (!mClicked) {

mClicked = true; } Because of this part, onBottomSheetItemClick is not called from second display. Please consider supporting this case.

evanstrip avatar May 19 '18 14:05 evanstrip