operation panel UI fix

pull/560/head
Ryan Zhao 3 years ago
parent d2413922c3
commit 36985f6fa7

@ -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()

Loading…
Cancel
Save