Browse Source

fix(chatform): Hide call confirm on call end

Fix #4799 (4)
reviewable/pr4813/r1
Diadlo 8 years ago
parent
commit
f4a3bb2812
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727
  1. 1
      src/widget/form/chatform.cpp

1
src/widget/form/chatform.cpp

@ -379,6 +379,7 @@ void ChatForm::onAvEnd(uint32_t friendId, bool error)
return; return;
} }
headWidget->removeCallConfirm();
// Fixes an OS X bug with ending a call while in full screen // Fixes an OS X bug with ending a call while in full screen
if (netcam && netcam->isFullScreen()) { if (netcam && netcam->isFullScreen()) {
netcam->showNormal(); netcam->showNormal();

Loading…
Cancel
Save