We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff7d31 commit ff817b7Copy full SHA for ff817b7
tuiutils/src/main/java/com/tans/tuiutils/dialog/Dialogs.kt
@@ -47,6 +47,7 @@ fun Activity.createDefaultDialog(
47
wrapper.setOnClickListener {
48
dialog.dismiss()
49
}
50
+ contentView.setOnClickListener { }
51
52
dialog.apply {
53
supportRequestWindowFeature(Window.FEATURE_NO_TITLE)
0 commit comments