DialogFragment setCancelable property not working

后端 未结 5 2069
闹比i
闹比i 2020-12-25 09:25

I am working in an android application and am using a DialogFragment to show a dialog and I want to make that DialogFragment not cancelable. I have made the dialog cancelabl

5条回答
  •  既然无缘
    2020-12-25 09:46

    Simple Solution in DialogFragment

    Used

    dialog.setCanceledOnTouchOutside(false)
    

提交回复
热议问题