2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix crashes in MainWidget and ApiWrap.

This commit is contained in:
John Preston
2020-06-30 18:26:44 +04:00
parent 09aff23ac9
commit c15019dee6
7 changed files with 16 additions and 18 deletions

View File

@@ -12,6 +12,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ui/rp_widget.h"
#include "ui/effects/animations.h"
#include "media/player/media_player_float.h"
#include "mtproto/sender.h"
#include "data/data_pts_waiter.h"
class RPCError;
@@ -350,6 +351,7 @@ private:
void handleHistoryBack();
const not_null<Window::SessionController*> _controller;
MTP::Sender _api;
Ui::Animations::Simple _a_show;
bool _showBack = false;