2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Open links from bot buttons with regular UrlClickHandler.

Fix render glitch in dialogs widget after search.
This commit is contained in:
John Preston
2016-08-03 19:18:23 +01:00
parent 80adba61d4
commit e87c1b6024
3 changed files with 3 additions and 2 deletions

View File

@@ -2214,6 +2214,7 @@ void DialogsWidget::searchReceived(DialogsSearchRequestType type, const MTPmessa
_searchRequest = 0;
onListScroll();
update();
}
}