mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 08:55:59 +00:00
Fixed alpha 0.10.23 build for Linux.
This commit is contained in:
@@ -63,8 +63,7 @@ void Manager::notificationActivated(PeerId peerId, MsgId msgId) {
|
||||
auto history = App::history(peerId);
|
||||
window->showFromTray();
|
||||
#if defined Q_OS_LINUX32 || defined Q_OS_LINUX64
|
||||
window->onReActivate();
|
||||
QTimer::singleShot(200, window, SLOT(onReActivate()));
|
||||
window->reActivateWindow();
|
||||
#endif
|
||||
if (App::passcoded()) {
|
||||
window->setInnerFocus();
|
||||
|
Reference in New Issue
Block a user