Close Dialog Android
if (dialog.isShowing) {
dialog.dismiss()
}
Hjmcoder
if (dialog.isShowing) {
dialog.dismiss()
}