mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Don't create top/recent peers unnecessary.
This commit is contained in:
@@ -246,6 +246,7 @@ private:
|
||||
void updateScrollUpPosition();
|
||||
void updateLockUnlockPosition();
|
||||
void updateSuggestions(anim::type animated);
|
||||
void processSearchFocusChange();
|
||||
|
||||
MTP::Sender _api;
|
||||
|
||||
@@ -315,6 +316,7 @@ private:
|
||||
int _storiesExplicitExpandScrollTop = 0;
|
||||
int _aboveScrollAdded = 0;
|
||||
bool _storiesExplicitExpand = false;
|
||||
bool _postponeProcessSearchFocusChange = false;
|
||||
|
||||
base::Timer _searchTimer;
|
||||
|
||||
|
Reference in New Issue
Block a user