Merge branch 'dev_minibus-d_230425_3.2.0' into merge320tomaster
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user