Skip to content

Commit d4cead9

Browse files
authored
Merge pull request #36 from zjc19891106/dev
caller is
2 parents b72667d + 6a8e10b commit d4cead9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/EaseCallUIKit/Classes/UI/Controllers/CallMultiViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ open class CallMultiViewController: UIViewController {
8484
self.view.addSubViews([self.background, self.navigationBar,self.bottomView,self.callView])
8585
if state {
8686
self.addCallTimer()
87+
self.bottomView.isCallConnected = true
8788
} else {
8889
self.bottomView.isCallConnected = false
8990
}

0 commit comments

Comments
 (0)