mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-10-11 13:47:24 +00:00
improved bad_msg_notification handle and local time shifts
This commit is contained in:
@@ -288,6 +288,12 @@ void IntroWidget::keyPressEvent(QKeyEvent *e) {
|
||||
}
|
||||
}
|
||||
|
||||
void IntroWidget::rpcInvalidate() {
|
||||
if (phone) phone->rpcInvalidate();
|
||||
if (code) code->rpcInvalidate();
|
||||
if (signup) signup->rpcInvalidate();
|
||||
}
|
||||
|
||||
IntroWidget::~IntroWidget() {
|
||||
delete steps;
|
||||
delete phone;
|
||||
|
Reference in New Issue
Block a user