Cached dialogs list rows into opaque images while scrolling.

This commit is contained in:
23rd
2026-07-02 12:37:46 +03:00
parent 7c2725ff73
commit b3a2434abb
4 changed files with 58 additions and 1 deletions
@@ -33,4 +33,8 @@ void RowsScrollCache::invalidate(uint64 rowId) {
}
}
void RowsScrollCache::clear() {
_images.clear();
}
} // namespace Ui