2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Refactored skipping of rows in Dialogs::InnerWidget.

This commit is contained in:
23rd
2019-06-08 21:11:33 +03:00
committed by John Preston
parent ece315f3c5
commit 734ecc070b
3 changed files with 32 additions and 25 deletions

View File

@@ -305,7 +305,7 @@ private:
std::vector<std::unique_ptr<CollapsedRow>> _collapsedRows;
int _collapsedSelected = -1;
int _collapsedPressed = -1;
int _skipByCollapsedRows = 0;
int _skipTopDialogs = 0;
Row *_selected = nullptr;
Row *_pressed = nullptr;