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:
@@ -56,6 +56,7 @@ enum class SortMode {
|
||||
struct PositionChange {
|
||||
int from = -1;
|
||||
int to = -1;
|
||||
int height = 0;
|
||||
};
|
||||
|
||||
struct UnreadState {
|
||||
|
Reference in New Issue
Block a user