2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

fixed critical bug in msg forward - 0.6.20

This commit is contained in:
John Preston
2014-12-13 02:34:50 +03:00
parent 3a73ece59d
commit fc73ff2ea0
8 changed files with 16 additions and 16 deletions

View File

@@ -452,7 +452,7 @@ void MainWidget::offerPeer(PeerId peer) {
void MainWidget::onForwardCancel(QObject *obj) {
if (!obj || obj == _forwardConfirm) {
if (_forwardConfirm) {
_forwardConfirm->startHide();
if (!obj) _forwardConfirm->startHide();
_forwardConfirm = 0;
}
if (hider) hider->offerPeer(0);