2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 23:45:44 +00:00

fixed unread loading, fixed map rewrite in new version - 0.6.19

This commit is contained in:
John Preston
2014-12-13 01:32:06 +03:00
parent 21460d59fb
commit 3a73ece59d
8 changed files with 19 additions and 17 deletions

View File

@@ -2243,8 +2243,6 @@ void HistoryWidget::loadMessagesAround() {
}
void HistoryWidget::onListScroll() {
if (_scroll.isHidden()) return;
App::checkImageCacheSize();
if (histPreloading || !hist || ((_list->isHidden() || _scroll.isHidden() || !App::wnd()->windowHandle()->isVisible()) && hist->readyForWork())) {