2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

Added saving of scroll state in dialogs widget for restoring from forum.

This commit is contained in:
23rd
2022-11-07 14:42:13 +03:00
parent c320917069
commit 629314cfa2
3 changed files with 27 additions and 11 deletions

View File

@@ -357,6 +357,9 @@ private:
void handleChatListEntryRefreshes();
void moveCancelSearchButtons();
void saveChatsFilterScrollState(FilterId filterId);
void restoreChatsFilterScrollState(FilterId filterId);
const not_null<Window::SessionController*> _controller;
FilterId _filterId = 0;