¯\_(ツ)_/¯
This commit is contained in:
@@ -52,10 +52,6 @@ fun Context.showDialog(
|
||||
setPositiveButton(android.R.string.ok) { dialog, _ -> dialog.dismiss() }
|
||||
}
|
||||
|
||||
positiveListener?.let {
|
||||
|
||||
}
|
||||
|
||||
negativeListener?.let {
|
||||
setNegativeButton(android.R.string.cancel, negativeListener)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user