.
This commit is contained in:
@@ -40,7 +40,7 @@ public abstract class AppUtil {
|
||||
|
||||
BottomSheetDialog bsd = new BottomSheetDialog(context, R.style.BottomSheetDialog);
|
||||
bsd.setContentView(binding.getRoot());
|
||||
bsd.setCancelable(false);
|
||||
bsd.setCancelable(true);
|
||||
|
||||
binding.text.setText(decisionText);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user