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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user