android kotlin Avoid passing null as the view root AlertDialog code example
Example: android kotlin Avoid passing null as the view root AlertDialog
builder.setView(View.inflate(this, R.layout.dialog, null))
builder.setView(View.inflate(this, R.layout.dialog, null))