Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(chatform): Hide call confirm on call end
Browse files Browse the repository at this point in the history
Fix #4799 (4)
  • Loading branch information
Diadlo committed Nov 20, 2017
1 parent f690fc6 commit f4a3bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widget/form/chatform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ void ChatForm::onAvEnd(uint32_t friendId, bool error)
return;
}

headWidget->removeCallConfirm();
// Fixes an OS X bug with ending a call while in full screen
if (netcam && netcam->isFullScreen()) {
netcam->showNormal();
Expand Down

0 comments on commit f4a3bb2

Please sign in to comment.