mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
pausing of mtp while animating, fixed message field while animating
This commit is contained in:
@@ -55,6 +55,7 @@ public:
|
||||
#ifndef TDESKTOP_DISABLE_AUTOUPDATE
|
||||
int32 updatingSize();
|
||||
int32 updatingReady();
|
||||
void stopUpdate();
|
||||
#endif
|
||||
|
||||
FileUploader *uploader();
|
||||
@@ -64,7 +65,7 @@ public:
|
||||
bool isPhotoUpdating(const PeerId &peer);
|
||||
void cancelPhotoUpdate(const PeerId &peer);
|
||||
|
||||
void stopUpdate();
|
||||
void mtpUnpause();
|
||||
|
||||
void selfPhotoCleared(const MTPUserProfilePhoto &result);
|
||||
void chatPhotoCleared(PeerId peer, const MTPUpdates &updates);
|
||||
@@ -109,6 +110,8 @@ public slots:
|
||||
void newInstanceConnected();
|
||||
void closeApplication();
|
||||
|
||||
void doMtpUnpause();
|
||||
|
||||
void readClients();
|
||||
void removeClients();
|
||||
|
||||
|
Reference in New Issue
Block a user