hey I have a question i have `fun openDialog(onCa...
# android
m
hey I have a question i have
fun openDialog(onCancelListener: (Any) -> Unit?) {
... if(onCancelListener != null) ...}
it complains that if always return true