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

fixed broken typing statuses, 0.9.18

This commit is contained in:
John Preston
2016-01-05 12:52:40 +08:00
parent f4d159b2f0
commit 2c7fb82708
2 changed files with 13 additions and 15 deletions

View File

@@ -264,7 +264,7 @@ public:
}
void paintDialog(Painter &p, int32 w, bool sel) const;
bool updateTyping(uint64 ms = 0, uint32 dots = 0, bool force = false);
bool updateTyping(uint64 ms, bool force = false);
void clearLastKeyboard();
typedef QList<HistoryBlock*> Blocks;
@@ -310,7 +310,7 @@ public:
SendActionUsers sendActions;
QString typingStr;
Text typingText;
uint32 typingFrame;
uint32 typingDots;
QMap<SendActionType, uint64> mySendActions;
typedef QList<MsgId> MediaOverview;