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

Added scroll animation in dialogs list when it scrolls to top.

This commit is contained in:
23rd
2019-02-24 20:19:16 +03:00
committed by John Preston
parent c2ad765424
commit 32bc723745
2 changed files with 20 additions and 1 deletions

View File

@@ -199,6 +199,7 @@ private:
object_ptr<BottomButton> _loadMoreChats = { nullptr };
std::unique_ptr<Window::ConnectionState> _connecting;
Animation _scrollToAnimation;
Animation _a_show;
Window::SlideDirection _showDirection;
QPixmap _cacheUnder, _cacheOver;