operation panel UI fix

This commit is contained in:
Ryan Zhao 2021-12-14 14:34:59 +11:00
parent d2413922c3
commit 36985f6fa7
1 changed files with 3 additions and 0 deletions

View File

@ -338,6 +338,9 @@ final class CallVC : UIViewController, VideoPreviewDelegate {
callInfoLabel.text = "Call Ended"
UIView.animate(withDuration: 0.25) {
self.remoteVideoView.alpha = 0
self.operationPanel.alpha = 1
self.responsePanel.alpha = 1
self.callInfoLabel.alpha = 1
}
Timer.scheduledTimer(withTimeInterval: 2, repeats: false) { _ in
self.conversationVC?.showInputAccessoryView()