2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Support dialog rows with variable height.

This commit is contained in:
John Preston
2022-11-11 10:23:23 +04:00
parent 248337daf5
commit 37308cde21
26 changed files with 600 additions and 401 deletions

View File

@@ -56,6 +56,7 @@ enum class SortMode {
struct PositionChange {
int from = -1;
int to = -1;
int height = 0;
};
struct UnreadState {