2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Fix block chat list loading by date.

This commit is contained in:
John Preston
2019-04-30 14:21:56 +04:00
parent be64f18e96
commit db35c3de3b
2 changed files with 5 additions and 5 deletions

View File

@@ -671,6 +671,7 @@ void Widget::refreshLoadMoreButton(bool mayBlock, bool isBlocked) {
st::dialogsLoadMoreButton,
st::dialogsLoadMore,
st::dialogsLoadMore);
_loadMoreChats->show();
_loadMoreChats->addClickHandler([=] {
loadMoreBlockedByDate();
});