mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 22:57:11 +02:00
fixed crash on logout
This commit is contained in:
parent
e0910bfb3e
commit
3009200b76
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public:
|
|||
|
||||
void operator()(mtpRequestId requestId, const mtpPrime *from, const mtpPrime *end) const {
|
||||
_dc->setConnectionInited();
|
||||
return (*_ondone)(requestId, from, end);
|
||||
if (_ondone) (*_ondone)(requestId, from, end);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue