【发布时间】:2020-07-03 07:18:33
【问题描述】:
这个检查不起作用
fun showDialog() {
if (supportFragmentManager.findFragmentByTag(FailureDialog.TAG) == null) {
FailureDialog().show(supportFragmentManager, FailureDialog.TAG)
}
}
【问题讨论】:
标签: android android-studio android-fragments kotlin