2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix switching between hashtag results.

This commit is contained in:
John Preston
2018-11-21 10:43:49 +04:00
parent bf9069524a
commit 90c1c21646
2 changed files with 31 additions and 20 deletions

View File

@@ -150,6 +150,9 @@ private:
bool switchImportantChats();
bool chooseHashtag();
ChosenRow computeChosenRow() const;
bool isSearchResultActive(
not_null<Dialogs::FakeRow*> result,
const Dialogs::RowDescriptor &entry) const;
void userIsContactUpdated(not_null<UserData*> user);
void mousePressReleased(Qt::MouseButton button);