Merge branch 'dev_minibus-d_230425_3.2.0' into merge320tomaster

This commit is contained in:
yangyakun
2023-06-12 17:27:27 +08:00
2 changed files with 19 additions and 12 deletions

View File

@@ -405,6 +405,9 @@ internal class CallChatWindowManager {
}
private fun hide(view: View) {
if (view != null && view.visibility == View.VISIBLE) {
view.visibility = View.INVISIBLE
}
if (!ViewCompat.isAttachedToWindow(view)) {
return
}