2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 15:45:12 +00:00

Improve child list closing.

This commit is contained in:
John Preston
2022-12-06 14:12:43 +04:00
parent 6bd2be0aee
commit a1de77e8d2
3 changed files with 10 additions and 4 deletions

View File

@@ -2102,6 +2102,7 @@ void InnerWidget::refreshShownList() {
: session().data().chatsList(_openedFolder)->indexed();
if (_shownList != list) {
_shownList = list;
_shownList->updateHeights(_narrowRatio);
}
}