SyntaxFix
Write A Post
Hire A Developer
Questions
I gave an upvote to Terel's answer. I just wanted to post this for any Kotlin users:
supportFragmentManager.findFragmentByTag(TAG_DIALOG)?.let { (it as DialogFragment).dismiss() }