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:
@@ -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())) {
|
||||
|
Reference in New Issue
Block a user