mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 {
|
void operator()(mtpRequestId requestId, const mtpPrime *from, const mtpPrime *end) const {
|
||||||
_dc->setConnectionInited();
|
_dc->setConnectionInited();
|
||||||
return (*_ondone)(requestId, from, end);
|
if (_ondone) (*_ondone)(requestId, from, end);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Reference in a new issue