This commit is contained in:
ADITYA
2023-07-11 19:01:00 +05:30
parent 9171f96e8e
commit 6828216756
84 changed files with 3771 additions and 97 deletions

View File

@@ -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);