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

Implement nice stories list scrolling.

This commit is contained in:
John Preston
2023-05-23 20:13:02 +04:00
parent 1d27c8c940
commit 16128d61c0
8 changed files with 248 additions and 29 deletions

View File

@@ -209,7 +209,8 @@ private:
mtpRequestId requestId);
void peopleFailed(const MTP::Error &error, mtpRequestId requestId);
void scrollToTop();
void scrollToDefault(bool verytop = false);
void scrollToDefaultChecked(bool verytop = false);
void setupScrollUpButton();
void updateScrollUpVisibility();
void startScrollUpButtonAnimation(bool shown);