79364624

Date: 2025-01-17 11:38:49
Score: 1
Natty:
Report link

Just do this and your back button event work properly

override fun onCreateDialog(savedInstanceState: Bundle?): Dialog {
    return object : Dialog(requireActivity(),R.style.BottomSheetDialogTheme){
        override fun onBackPressed() {
            backConfirmationPopup()
        }
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Krunal Pandav